TaxiGo-tw / datejs

Lightweight date-time library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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分

About

Lightweight date-time library


Languages

Language:JavaScript 100.0%