Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\locale\x-pseudo.js
//! moment.js locale configuration //! locale : Pseudo [x-pseudo] //! author : Andrew Hood : https://github.com/andrewhood125 ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, (function (moment) { 'use strict'; //! moment.js locale configuration var xPseudo = moment.defineLocale('x-pseudo', { months: 'J~????~r?_F~?br?~?r?_~M?rc~h_?p~r?l_~M??_~J???~_J?l~?_??~g?st~_S?p~t?mb~?r_?~ct?b~?r_?~?v?m~b?r_~D?c?~mb?r'.split( '_' ), monthsShort: 'J~??_~F?b_~M?r_~?pr_~M??_~J??_~J?l_~??g_~S?p_~?ct_~??v_~D?c'.split( '_' ), monthsParseExact: true, weekdays: 'S~??d?~?_M?~?d??~_T??~sd??~_W?d~??sd~??_T~h?rs~d??_~Fr?d~??_S~?t?r~d??'.split( '_' ), weekdaysShort: 'S~??_~M??_~T??_~W?d_~Th?_~Fr?_~S?t'.split('_'), weekdaysMin: 'S~?_M?~_T?_~W?_T~h_Fr~_S?'.split('_'), weekdaysParseExact: true, longDateFormat: { LT: 'HH:mm', L: 'DD/MM/YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY HH:mm', LLLL: 'dddd, D MMMM YYYY HH:mm', }, calendar: { sameDay: '[T~?d?~? ?t] LT', nextDay: '[T~?m?~rr?~w ?t] LT', nextWeek: 'dddd [?t] LT', lastDay: '[?~?st~?rd?~? ?t] LT', lastWeek: '[L~?st] dddd [?t] LT', sameElse: 'L', }, relativeTime: { future: '?~? %s', past: '%s ?~g?', s: '? ~f?w ~s?c?~?ds', ss: '%d s~?c??~ds', m: '? ~m??~?t?', mm: '%d m~???~t?s', h: '?~? h?~?r', hh: '%d h~??rs', d: '? ~d??', dd: '%d d~??s', M: '? ~m??~th', MM: '%d m~??t~hs', y: '? ~???r', yy: '%d ?~??rs', }, dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/, ordinal: function (number) { var b = number % 10, output = ~~((number % 100) / 10) === 1 ? 'th' : b === 1 ? 'st' : b === 2 ? 'nd' : b === 3 ? 'rd' : 'th'; return number + output; }, week: { 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. }, }); return xPseudo; })));
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de