| 12 |
- "use strict";function o(i,t="yyyy年MM月dd日"){const e=new Date(i),g={"y+":e.getFullYear(),"M+":e.getMonth()+1,"d+":e.getDate(),"H+":e.getHours(),"m+":e.getMinutes(),"s+":e.getSeconds()};for(let s in g)if(new RegExp(`(${s})`).test(t)){const n=g[s].toString();t=t.replace(RegExp.$1,RegExp.$1.length===1?n:("00"+n).slice(n.length))}return t}exports.formatTime=o;
- //# sourceMappingURL=../../.sourcemap/mp-weixin/utils/util.js.map
|