Releases: samsonjs/strftime
Releases · samsonjs/strftime
v0.4.7
- add
%P
which is "am" or "pm", like%p
but lowercase
(this makes no sense, and I am sorry for propagating this madness)
Thanks to Rob Colburn - export the
strftime
function directly in node so you can writestrftime = require('strftime')
instead ofstrftime = require('strftime').strftime
- added contributors to the readme and package.json
v0.4.6
v0.4.5
v0.4.4
v0.4.3
This release was all Andrew Schaaf.
- add some tests
- fix
%s
which is seconds since the Unix epoch, but was in milliseconds - add
%L
for 3-digit milliseconds
v0.4.2
- add
strftimeUTC
for ignoring timezones
Thanks to Andrew Schaaf - support exporting to the top level object in ES5 strict mode