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:
parent
31f65b8c50
commit
795e077eb8
6 changed files with 76 additions and 0 deletions
|
@ -392,6 +392,7 @@ namespace JS {
|
|||
P(toLowerCase) \
|
||||
P(toPlainDate) \
|
||||
P(toPlainDateTime) \
|
||||
P(toPlainMonthDay) \
|
||||
P(toPlainTime) \
|
||||
P(toPlainYearMonth) \
|
||||
P(toString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue