0.1.0 • Published 7 years ago

asgardia-date v0.1.0

Weekly downloads
9
License
-
Repository
github
Last release
7 years ago

asgardia-date

Date utils for Asgardia space nation calendar, write in JS

How to use

npm install --save asgardia-date

Example code:

var AsgardiaDate = require('asgardia-date');

var thatDate = AsgardiaDate(new Date());
console.log(thatDate.toDateString());

Supported functions

  • toDateString()
  • getYearName()
  • getMonthName()
  • getDateName()
  • getFullYear()
  • getMonth()
  • getDate()
  • getDay()
  • getHours()
  • getMinutes()
  • getSeconds()
  • getMilliseconds()
0.1.0

7 years ago

0.0.1

7 years ago