temporal
temporal copied to clipboard
Tracking issue for `Date` component
This is a general tracking issue for the Date component functionality according to the proposal specification.
- [x] 3.3.3 get
Temporal.PlainDate.prototype.calendarId - [x] 3.3.4 get
Temporal.PlainDate.prototype.year - [x] 3.3.5 get
Temporal.PlainDate.prototype.month - [x] 3.3.6 get
Temporal.PlainDate.prototype.monthCode - [x] 3.3.7 get
Temporal.PlainDate.prototype.day - [x] 3.3.8 get
Temporal.PlainDate.prototype.dayOfWeek - [x] 3.3.9 get
Temporal.PlainDate.prototype.dayOfYear - [x] 3.3.10 get
Temporal.PlainDate.prototype.weekOfYear - [x] 3.3.11 get
Temporal.PlainDate.prototype.yearOfWeek - [x] 3.3.12 get
Temporal.PlainDate.prototype.daysInWeek - [x] 3.3.13 get
Temporal.PlainDate.prototype.daysInMonth - [x] 3.3.14 get
Temporal.PlainDate.prototype.daysInYear - [x] 3.3.15 get
Temporal.PlainDate.prototype.monthsInYear - [x] 3.3.16 get
Temporal.PlainDate.prototype.inLeapYear - [x] 3.3.17
Temporal.PlainDate.prototype.toPlainYearMonth ( ) - [x] 3.3.18
Temporal.PlainDate.prototype.toPlainMonthDay ( ) - [x] 3.3.19
Temporal.PlainDate.prototype.getISOFields ( ) - [x] 3.3.20
Temporal.PlainDate.prototype.getCalendar ( ) - [x] 3.3.21
Temporal.PlainDate.prototype.add ( temporalDurationLike [ , options ] ) - [x] 3.3.22
Temporal.PlainDate.prototype.subtract ( temporalDurationLike [ , options ] ) - [x] 3.3.23
Temporal.PlainDate.prototype.with ( temporalDateLike [ , options ] ) - [x] 3.3.24
Temporal.PlainDate.prototype.withCalendar ( calendarLike ) - [x] 3.3.25
Temporal.PlainDate.prototype.until ( other [ , options ] ) - [x] 3.3.26
Temporal.PlainDate.prototype.since ( other [ , options ] ) - [x] 3.3.27
Temporal.PlainDate.prototype.equals ( other ) - [x] 3.3.28
Temporal.PlainDate.prototype.toPlainDateTime ( [ temporalTime ] ) - [x] 3.3.29
Temporal.PlainDate.prototype.toZonedDateTime ( item ) - [x] 3.3.30
Temporal.PlainDate.prototype.toString ( [ options ] ) - [x] ~~3.3.31
Temporal.PlainDate.prototype.toLocaleString ( [ locales [ , options ] ] )~~ DEFERRED - [x] 3.3.32
Temporal.PlainDate.prototype.toJSON ( ) - [x] 3.3.33
Temporal.PlainDate.prototype.valueOf ( )