2.1.2 • Published 6 years ago

pydateformat v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago