Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\zh-cn.js
//! moment.js locale configuration //! locale : Chinese (China) [zh-cn] //! author : suupic : https://github.com/suupic //! author : Zeno Zeng : https://github.com/zenozeng //! author : uu109 : https://github.com/uu109 import moment from '../moment'; export default moment.defineLocale('zh-cn', { months: '???????_???_???_???_???_???_???_???_???_??????????'.split( '_' ), monthsShort: '1??2??3??4??5??6??7??8??9??10??11??12??'.split( '_' ), weekdays: '??????????_?????????????????????????'.split('_'), weekdaysShort: '???_???_???_???_???_???_???'.split('_'), weekdaysMin: '????_??????????'.split('_'), longDateFormat: { LT: 'HH:mm', LTS: 'HH:mm:ss', L: 'YYYY/MM/DD', LL: 'YYYY??????', LLL: 'YYYY??????h??m??', LLLL: 'YYYY??????dddAh??m??', l: 'YYYY/M/D', ll: 'YYYY??????', lll: 'YYYY?????? HH:mm', llll: 'YYYY??????ddd HH:mm', }, meridiemParse: /???|???|???|???|???|???/, meridiemHour: function (hour, meridiem) { if (hour === 12) { hour = 0; } if (meridiem === '???' || meridiem === '???' || meridiem === '???') { return hour; } else if (meridiem === '???' || meridiem === '???') { return hour + 12; } else { // '???' return hour >= 11 ? hour : hour + 12; } }, meridiem: function (hour, minute, isLower) { var hm = hour * 100 + minute; if (hm < 600) { return '???'; } else if (hm < 900) { return '???'; } else if (hm < 1130) { return '???'; } else if (hm < 1230) { return '???'; } else if (hm < 1800) { return '???'; } else { return '???'; } }, calendar: { sameDay: '[???]LT', nextDay: '[???]LT', nextWeek: function (now) { if (now.week() !== this.week()) { return '[??dddLT'; } else { return '[??dddLT'; } }, lastDay: '[???]LT', lastWeek: function (now) { if (this.week() !== now.week()) { return '[??dddLT'; } else { return '[??dddLT'; } }, sameElse: 'L', }, dayOfMonthOrdinalParse: /\d{1,2}(??????)/, ordinal: function (number, period) { switch (period) { case 'd': case 'D': case 'DDD': return number + '??'; case 'M': return number + '??'; case 'w': case 'W': return number + '??'; default: return number; } }, relativeTime: { future: '%s??', past: '%s??', s: '???', ss: '%d ??', m: '1 ???', mm: '%d ???', h: '1 ???', hh: '%d ???', d: '1 ??', dd: '%d ??', w: '1 ??', ww: '%d ??', M: '1 ???', MM: '%d ???', y: '1 ??', yy: '%d ??', }, week: { // GB/T 7408-1994?????????????????????????????????????ISO 8601:1988??? dow: 1, // Monday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de