moment 時間格式的封裝

2021-09-24 19:24:24 字數 625 閱讀 6879

在這使用乙個時間工具類來做乙個格式規劃,獲取時間的格式你可以自己定義。

// 在這主要是用來:

// 獲取前一天的時間,時間分隔點為1小時,

// 獲取前一周的時間,時間間隔為一天,

// 獲取前乙個的時間,時間間隔為一天

/*eslint-disable*/

import moment from 'moment'

import 'moment/locale/zh-cn'

moment.locale('zh-cn')

export const todaycase=

export const weekcase=

export const monthcase=

export function timecontrol (param, interval,formatdata )

// console.log(timearr)

return timearr

}function timeformat(time)

// 呼叫格式

// timecontrol(todaycase.param,todaycase.interval,todaycase.formatdata)

moment時間格式化外掛程式的試用

案例 本例是在react native中格式化日期 1,引入moment 2,使用moment 例如 let startdate moment 2018 09 27 format yyyy mm dd moment使用詳解 moment format yyyy mm dd hh mm ss 2014...

nodejs的moment操作時間

var moment require moment console.log moment format yyyy mm dd hh mm ss 當前時間 24小時制 console.log moment add 1,hours format yyyy mm dd hh mm ss 當前時間增加1小時...

nodejs的moment操作時間

var moment require moment console.log moment format yyyy mm dd hh mm ss 當前時間 24小時制 console.log moment add 1,hours format yyyy mm dd hh mm ss 當前時間增加1小時...