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

LibJS: Add Date.prototype.setDate()

This commit is contained in:
Idan Horowitz 2021-06-06 16:25:33 +03:00 committed by Linus Groh
parent 3eb05d9413
commit b893963651
4 changed files with 73 additions and 0 deletions

View file

@ -215,6 +215,7 @@ namespace JS {
P(round) \
P(seal) \
P(set) \
P(setDate) \
P(setFullYear) \
P(setHours) \
P(setMilliseconds) \