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

LibJS: Implement Temporal.Calendar.prototype.daysInMonth

This commit is contained in:
Idan Horowitz 2021-07-23 18:36:34 +03:00 committed by Linus Groh
parent 2150f5b374
commit 69c8b8e8bd
4 changed files with 42 additions and 0 deletions

View file

@ -109,6 +109,7 @@ namespace JS {
P(dayOfWeek) \
P(dayOfYear) \
P(days) \
P(daysInMonth) \
P(daysInWeek) \
P(debug) \
P(decodeURI) \