mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
LibJS: Implement Temporal.Calendar.prototype.daysInMonth
This commit is contained in:
parent
2150f5b374
commit
69c8b8e8bd
4 changed files with 42 additions and 0 deletions
|
@ -109,6 +109,7 @@ namespace JS {
|
|||
P(dayOfWeek) \
|
||||
P(dayOfYear) \
|
||||
P(days) \
|
||||
P(daysInMonth) \
|
||||
P(daysInWeek) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue