index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Date.h
Age
Commit message (
Expand
)
Author
2021-09-26
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
Andreas Kling
2021-07-27
LibJS: Implement a bunch of time value related Date AOs
Linus Groh
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-10
LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString()
Linus Groh
2021-06-06
LibJS: Check dates are below the `time_clip` threshold
Idan Horowitz
2021-06-06
LibJS: Store Date milliseconds as signed to support negative offsets
Idan Horowitz
2021-06-06
LibJS: Ignore arguments in Date's constructor when called as a function
Idan Horowitz
2021-05-29
LibJS: Replace the broken and unused Date::year getter
Idan Horowitz
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-03-22
LibJS Date: Added "Invalid Date".
Petróczi Zoltán
2021-03-19
LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds
tuqqu
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling