mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()
This commit is contained in:
parent
61b2780853
commit
18fd0d4011
4 changed files with 28 additions and 0 deletions
|
@ -348,6 +348,7 @@ namespace JS {
|
|||
P(toLocaleString) \
|
||||
P(toLocaleTimeString) \
|
||||
P(toLowerCase) \
|
||||
P(toPlainDate) \
|
||||
P(toString) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue