Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 426 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 426 Bytes

🎉 awesome-date

A lib about date

Usage

npm install awesome-date --save

API

transform

  • stringify
  • parse

month

  • getMonthStart: Get start date of specified month.
  • getMonthEnd: Get end date of specified month.

quarter

  • getQuarter: Get quarter of specified date.
  • getQuarterStart: Get start date of specified quarter.
  • getQuarterEnd: Get end date of specfied quarter.