summaryrefslogtreecommitdiff
path: root/std/datetime/README.md
AgeCommit message (Collapse)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-15docs(std/datetime): fix readme example (#9120)Maxim Zhukov
2020-10-19docs(std/datetime): document toIMF, isLeap, difference, and constants (#7931)Yoshiya Hinosawa
2020-10-04docs(std): version all imports in README (#7442)tokiedokie
Use $STD_VERSION in std/ README files to automatically display proper version.
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-09-24fix(std/datetime):: 12 and 24 support (#7661)Tim Reichen
2020-08-18refactor(std/datetime): remove currentDayOfYear (#7059)Tim Reichen
2020-08-15feat(std/datetime): generalise parser, add formatter (#6619)Tim Reichen
2020-07-14refactor(std/datetime): improve weekOfYear (#6741)Jesse Jackson
2020-07-09feat(std/datetime): Added weekOfYear (#6659)Jacob Gee-Clarke
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-02-02Fixed month reference in documented output of parseDate and parseDateTime ↵Chris Knight
function calls (#3859)
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl