1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

LibJS: Implement Temporal.Calendar.prototype.dateAdd()

This commit is contained in:
Linus Groh 2021-08-30 20:44:05 +01:00
parent f492e98f19
commit e3254bf4c5
6 changed files with 94 additions and 0 deletions

View file

@ -107,6 +107,7 @@ namespace JS {
P(count) \
P(countReset) \
P(create) \
P(dateAdd) \
P(dateFromFields) \
P(day) \
P(dayOfWeek) \