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:
parent
3eb05d9413
commit
b893963651
4 changed files with 73 additions and 0 deletions
|
@ -215,6 +215,7 @@ namespace JS {
|
|||
P(round) \
|
||||
P(seal) \
|
||||
P(set) \
|
||||
P(setDate) \
|
||||
P(setFullYear) \
|
||||
P(setHours) \
|
||||
P(setMilliseconds) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue