1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

LibJS: Implement Temporal.Now.plainDateISO()

This commit is contained in:
Linus Groh 2021-07-27 00:30:10 +01:00
parent c303bbde54
commit f2a2e8e13c
4 changed files with 47 additions and 0 deletions

View file

@ -283,6 +283,7 @@ namespace JS {
P(parseFloat) \
P(parseInt) \
P(plainDate) \
P(plainDateISO) \
P(pop) \
P(pow) \
P(preventExtensions) \