Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 239 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 239 Bytes

Install

npm i --save tg-datejs

Usage

DateJS.string('2020-12-31 15:59').calendar()
//去年十二月31日晚上11點59分
DateJS.unix(1640966340).calendar()
//今年十二月31日晚上11點59分