1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 13:35:00 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Linus Groh
d4e3688f4f LibJS: Start implementing Date :^)
This adds:

- A global Date object (with `length` property and `now` function)
- The Date constructor (no arguments yet)
- The Date prototype (with `get*` functions)
2020-03-30 14:11:54 +02:00