Temporal.Now.plainDate - Web documentation
property Temporal.Now.plainDate

Get the current calendar date in a specific calendar and time zone.

The calendar is required. When using the ISO 8601 calendar or if you don't understand the need for or implications of a calendar, then a more ergonomic alternative to this method is Temporal.Now.plainDateISO.

Type

(
calendar: CalendarLike,
tzLike?: TimeZoneLike,
) => Temporal.PlainDate