UNPKG

mn_fun_comm_v2

Version:
14 lines (10 loc) 249 B
/** * Created by Administrator on 2018/7/9. */ 'use strict'; const pageName = 'time test'; const com = require('../com'); const time = com.time; const [err,t] =time.timestampMS(); const [e,tt]=time.formatDate(t); console.log(tt);