Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 489 Bytes

Lamhe Build Status

Easy converting UNIX timestamp into desired date format for javascript.

Official Documentation

Allowed date formats d - date
m - month in digits
M - month in 3 letters
y - year in digit

any combination of above is allowed along with a seperator.
for e.g d-m-y, d-M-y

Currently under testing but stable for above examples and demo.