Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 400 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 400 Bytes

datejs-min

Minimal date library

Installation

npm i datejs-min

or

yarn add datejs-min

Functions

  format,
  getTime,
  setYear,
  setMonth,
  setDate,
  getMonth,
  getCurrentMonth,
  getDate,
  isToday,
  isSame,
  isSameMonth,
  getStartingDate,
  getYear,
  getStartingDateTime,
  diff,