summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Date.h
AgeCommit message (Expand)Author
2020-08-24LibJS: Make Date.getUTCSeconds() call through to LibCNico Weber
2020-08-23LibJS: Implement Date.getUTC*Nico Weber
2020-08-23LibJS: Move datetime access out of DatePrototypeNico Weber
2020-08-21LibJS: Implement Date.prototype.toISOString()Nico Weber
2020-08-17LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to DateNico Weber
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-04-18LibJS: Pass prototype to Date constructorAndreas Kling
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-30LibJS: Implement Date.prototype.to{Date,Time}String()Linus Groh
2020-03-30LibJS: Start implementing Date :^)Linus Groh