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

LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()

This commit is contained in:
Linus Groh 2021-08-16 18:13:47 +01:00
parent 31f65b8c50
commit 795e077eb8
6 changed files with 76 additions and 0 deletions

View file

@ -392,6 +392,7 @@ namespace JS {
P(toLowerCase) \
P(toPlainDate) \
P(toPlainDateTime) \
P(toPlainMonthDay) \
P(toPlainTime) \
P(toPlainYearMonth) \
P(toString) \