LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()

This commit is contained in:
Linus Groh 2021-07-23 00:39:18 +01:00
commit 18fd0d4011
Notes: sideshowbarker 2024-07-18 08:30:05 +09:00
4 changed files with 28 additions and 0 deletions

View file

@ -348,6 +348,7 @@ namespace JS {
P(toLocaleString) \
P(toLocaleTimeString) \
P(toLowerCase) \
P(toPlainDate) \
P(toString) \
P(toTemporalInstant) \
P(toTimeString) \