- 📜 Table of Contents📜
- 🧠 5.1 Working with Dates and Times
- 🧠 5.2 Reviewing String Class
- 🧠 5.3 Adding Internationalization and Localization
- 📝Revision Notes (NOT DONE YET)
- ✅ Review Questions
- Use Java SE 8 Date/Time API
- Create and manage date and time based events using a combination of data and time into a single object using
LocalDate
,LocalTime
,LocalDateTime
,Instant
,Period
andDuration
. - Work with dates and times across timezones and manage changes from daylight savings including Format date and time values.
- Define and create time and date based events using
Instant
,Period
,TemporalUnit
andDuration
- Localization
- Read and set the local by using the
Locale
object. - Create and read a properties file
- Build a resource bundle for each Locale and load a resource bundle into an application