2.1.2 • Published 7 years ago

pydateformat v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

pyslice

An implementation of pythons strftime() in JS.

https://docs.python.org/3.7/library/datetime.html#strftime-strptime-behavior

Usage

const dateformat = require("pydateformat");

dateformat(new Date(0), "foo: %A, %H:%M:%S") //=>"foo: Thursday, 1:00:00"
2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago