I see there are these Temporal class methods in ES 2024 without description and how to use.
- Temporal.PlainDate()
- Temporal.PlainTime()
- Temporal.PlainMonthDay()
- Temporal.PlainYearMonth()
I would like to know what Temporal class is, and how it is different from Date Object?
1