ue-time

1.0.1 • Public • Published

ue-time

API

  • getTodayTime

获取当天时间

const time = getTodayTime();

console.log(time); // 2019-02-25
  • getDate

获取前多少天日期

const time = getDate(-365);

console.log(time); // 2018-2-26
  • getDateStemp

转换为时间戳

const time = getDateStemp(getTodayTime(), 'end');

console.log(time); // 1551110399999
  • stampToTime

时间戳转换为日期

const time = stampToTime(1551110399999);

console.log(time); // 2019-02-25

/ue-time/

    Package Sidebar

    Install

    npm i ue-time

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.95 kB

    Total Files

    3

    Last publish

    Collaborators

    • kobean-br