mat-date 1.7.35 → 1.7.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DateUtil.d.ts +3 -3
- package/dist/DateUtil.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/DateUtil.d.ts
CHANGED
|
@@ -101,9 +101,9 @@ export declare class MDateUtil {
|
|
|
101
101
|
static diffSecs(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
102
102
|
static s1(m1: MDateUtil | Date | number | string, m2: MDateUtil | Date | number | string, t1: MDateUtil | Date | number | string, t2: MDateUtil | Date | number | string): boolean;
|
|
103
103
|
static sperateTime(value: string): {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
h: number;
|
|
105
|
+
m: number;
|
|
106
|
+
s: number;
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
109
|
export {};
|
package/dist/DateUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a0_0x4883c2={};a0_0x4883c2['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x4883c2),exports['MDateUtil']=void 0x0;const a0_0x2eb185=(_0x248d02,_0x224de3=0x2)=>_0x248d02['toString']()['padStart'](_0x224de3,'0');function a0_0x477ffc(_0x3cf5ff,_0x2e2e97){try{return _0x3cf5ff();}catch(_0x3c571d){if(_0x2e2e97)return _0x2e2e97;throw new Error('UNKNOWN');}}function a0_0x38a7da(_0x29db0a){try{if(_0x29db0a instanceof Date)return _0x29db0a['getTime']();if(typeof _0x29db0a==='number')return _0x29db0a;if(typeof _0x29db0a==='string')return new Date(_0x29db0a)['getTime']();if(_0x29db0a instanceof a0_0x5ccb12)return _0x29db0a['toTime']();if(_0x29db0a['idkey']==='mdateutil')return _0x29db0a['toTime']();return 0x0;}catch(_0x1b0a42){throw new Error('ERROR');}}function a0_0x6b24b2(_0x4be8e2,_0x40e4c6,_0x398cb3,_0x5edfde){const _0x554ad2=a0_0x38a7da(_0x4be8e2),_0x5f199e=a0_0x38a7da(_0x40e4c6),_0x37ddff=a0_0x38a7da(_0x398cb3),_0x46b24f=a0_0x38a7da(_0x5edfde);return _0x37ddff<=_0x554ad2&&_0x46b24f>=_0x554ad2&&_0x46b24f<=_0x5f199e||_0x37ddff>=_0x554ad2&&_0x37ddff<=_0x5f199e&&_0x46b24f>=_0x5f199e||_0x37ddff>=_0x554ad2&&_0x37ddff<=_0x5f199e&&_0x46b24f<=_0x5f199e||_0x37ddff<=_0x554ad2&&_0x46b24f>=_0x5f199e;}function a0_0x4072e0(_0xc44144){let _0x558649=0x0,_0x45f2bf=0x0,_0x1f1f2e=0x0;const _0x5b2c05=a0_0x5ccb12['new']()['startOfDay']();try{const _0x4c8727=(_0xc44144||'')['replace'](/[^0-9:]+/g,'')['split'](':');_0x558649=Number(_0x4c8727['length']>=0x1?_0x4c8727[0x0]:0x0),_0x45f2bf=Number(_0x4c8727['length']>=0x2?_0x4c8727[0x0]:0x0),_0x1f1f2e=Number(_0x4c8727['length']>=0x3?_0x4c8727[0x0]:0x0);}catch(_0x1608e8){}return _0x5b2c05['setHour'](_0x558649),_0x5b2c05['setMin'](_0x45f2bf),_0x5b2c05['setSeconds'](_0x1f1f2e),{'hh':_0x5b2c05['hours'](),'mm':_0x5b2c05['min'](),'ss':_0x5b2c05['sec']()};}class a0_0x5ccb12{['val']=new Date();static ['glCode']=undefined;['code']=undefined;get['localCode'](){return this['code'];}static['new'](){return new a0_0x5ccb12()['setCode'](a0_0x5ccb12['glCode']);}static['setCode'](_0x4b7001){return a0_0x5ccb12['glCode']=_0x4b7001,this;}static['seperator'](){return new Date()['toLocaleDateString'](a0_0x5ccb12['glCode'])['replace'](/\d/g,'')['split']('')[0x0];}['cpy'](){return a0_0x5ccb12['new']()['setTime'](this['toTime']());}['setCode'](_0x54ee13){return this['code']=_0x54ee13,this;}['seperator'](){return new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0];}['zone'](){return a0_0x477ffc(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x5d3e78=this['code']){return a0_0x477ffc(()=>{return new Intl['Locale'](_0x5d3e78)?.['timeZones']||[];},null);}['region'](_0x4824ba=this['code']){return a0_0x477ffc(()=>{return new Intl['Locale'](_0x4824ba)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['dayOfWeek'](){const _0x22a0c7=this['val']['getDay']();return _0x22a0c7?_0x22a0c7:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x83ead6){return this['val']['setFullYear'](_0x83ead6),this;}['setMonth'](_0x319251){return this['val']['setMonth'](_0x319251-0x1),this;}['setMonthUtc'](_0x40fd46){return this['val']['setMonth'](_0x40fd46),this;}['setDay'](_0x52ba78){return this['val']['setDate'](_0x52ba78),this;}['setHour'](_0x3abdb7){return this['val']['setHours'](_0x3abdb7),this;}['startOfHours'](){return this['setHour'](0x0),this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setHour'](0x17),this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x30a8de){return this['val']['setMinutes'](_0x30a8de),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x54d5c6){return this['val']['setSeconds'](_0x54d5c6),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x28bdfd){return this['val']['setMilliseconds'](_0x28bdfd),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x3c2587){return this['val']=new Date(_0x3c2587),this;}['setTime'](_0x5d5b0b){return this['val']=new Date(_0x5d5b0b),this;}['setDate'](_0x442210){return this['val']=new Date(_0x442210),this;}['setDateInputValue'](_0x1526c8){return this['val']=new Date(_0x1526c8?.['replace']('T','\x20')),this;}['setVal'](_0x4b4f1d){return a0_0x477ffc(()=>{return a0_0x5ccb12['new']()['setTime'](a0_0x38a7da(_0x4b4f1d));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x2eb185(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x2eb185(this['month']())+'-'+a0_0x2eb185(this['day']());}['toTimeInput'](_0x2655ad=!![]){const _0x27d904=[];return _0x27d904['push'](a0_0x2eb185(this['hours']())),_0x27d904['push'](a0_0x2eb185(this['min']())),_0x2655ad&&_0x27d904['push'](a0_0x2eb185(this['sec']())),_0x27d904['join'](':');}['toDateTimeInput'](_0x4de98c=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x4de98c);}['strDate'](){const _0x117522={};return _0x117522['month']='2-digit',_0x117522['day']='2-digit',_0x117522['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x117522);}['strDateLocal'](_0x41660d){return this['val']['toLocaleDateString'](this['code'],_0x41660d);}['strTime'](){return a0_0x2eb185(this['hours']())+':'+a0_0x2eb185(this['min']())+':'+a0_0x2eb185(this['sec']());}['strTimeLocale'](_0x2548bb){return this['val']['toLocaleTimeString'](this['code'],_0x2548bb);}['strHHmm'](){return a0_0x2eb185(this['hours']())+':'+a0_0x2eb185(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x20a42e){return this['val']['toLocaleString'](this['code'],_0x20a42e);}['addDay'](_0x4fdff6){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x4fdff6*0x18)),this;}['addHours'](_0xe7c9b4){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0xe7c9b4)),this;}['addMins'](_0x2a1c6a){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x2a1c6a)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x6edbcb){return a0_0x477ffc(()=>{return this['cpy']()['toTime']()===a0_0x38a7da(_0x6edbcb);});}['gt'](_0x32e4a6){return a0_0x477ffc(()=>{return this['cpy']()['toTime']()>a0_0x38a7da(_0x32e4a6);});}['gte'](_0x2dd22e){return a0_0x477ffc(()=>{return this['cpy']()['toTime']()>=a0_0x38a7da(_0x2dd22e);});}['lt'](_0x31c6c0){return a0_0x477ffc(()=>{return this['cpy']()['toTime']()<a0_0x38a7da(_0x31c6c0);});}['lte'](_0x59c961){return a0_0x477ffc(()=>{return this['cpy']()['toTime']()<=a0_0x38a7da(_0x59c961);});}['btw'](_0x2b10ee,_0x593fb6){return a0_0x477ffc(()=>{const _0x170a7b=a0_0x38a7da(_0x2b10ee),_0x5db420=a0_0x38a7da(_0x593fb6),_0x4031a0=this['cpy']()['toTime']();return _0x170a7b<_0x4031a0&&_0x4031a0<_0x5db420;});}['btweq'](_0x31cd69,_0x5c18b3){return a0_0x477ffc(()=>{const _0x649563=a0_0x38a7da(_0x31cd69),_0x2f3353=a0_0x38a7da(_0x5c18b3),_0x29cf37=this['cpy']()['toTime']();return _0x649563<=_0x29cf37&&_0x29cf37<=_0x2f3353;});}['btwEqStart'](_0x369359,_0x349cf0){return a0_0x477ffc(()=>{const _0x4aca9e=a0_0x38a7da(_0x369359),_0x38221e=a0_0x38a7da(_0x349cf0),_0x2ac6ec=this['cpy']()['toTime']();return _0x4aca9e<=_0x2ac6ec&&_0x2ac6ec<_0x38221e;});}['btwEqEnd'](_0x4accbc,_0x19f150){return a0_0x477ffc(()=>{const _0x443da1=a0_0x38a7da(_0x4accbc),_0x1a8ba6=a0_0x38a7da(_0x19f150),_0x91a2b2=this['cpy']()['toTime']();return _0x443da1<_0x91a2b2&&_0x91a2b2<=_0x1a8ba6;});}static['diffDays'](_0x27cdd8,_0x3ce56a,_0x2c0a60){return a0_0x477ffc(()=>{const _0x263d11=a0_0x38a7da(_0x27cdd8),_0x1893ac=a0_0x38a7da(_0x3ce56a);return _0x2c0a60?Math['abs'](_0x263d11-_0x1893ac)/0x36ee80/0x18:(_0x263d11-_0x1893ac)/0x36ee80/0x18;});}static['diffHours'](_0x54b4d0,_0x366fa5,_0x357cc9){return a0_0x477ffc(()=>{const _0x2dbab7=a0_0x38a7da(_0x54b4d0),_0x3dc94e=a0_0x38a7da(_0x366fa5);return _0x357cc9?Math['abs'](_0x2dbab7-_0x3dc94e)/0x36ee80:(_0x2dbab7-_0x3dc94e)/0x36ee80;});}static['diffMins'](_0x28274b,_0x5495b8,_0x4d762d){return a0_0x477ffc(()=>{const _0xfdf71b=a0_0x38a7da(_0x28274b),_0x5582bc=a0_0x38a7da(_0x5495b8);return _0x4d762d?Math['abs'](_0xfdf71b-_0x5582bc)/0x3e8/0x3c:(_0xfdf71b-_0x5582bc)/0x3e8/0x3c;});}static['diffSecs'](_0x3f6da8,_0x390dfa,_0x3b39ef){return a0_0x477ffc(()=>{const _0x5c3546=a0_0x38a7da(_0x3f6da8),_0x19f364=a0_0x38a7da(_0x390dfa);return _0x3b39ef?Math['abs'](_0x5c3546-_0x19f364)/0x3e8:(_0x5c3546-_0x19f364)/0x3e8;});}static['s1'](_0x19c418,_0x268f74,_0x410752,_0x36ba0b){return a0_0x477ffc(()=>a0_0x6b24b2(_0x19c418,_0x268f74,_0x410752,_0x36ba0b));}static['sperateTime'](_0xa3ea1b){return a0_0x477ffc(()=>a0_0x4072e0(_0xa3ea1b));}}exports['MDateUtil']=a0_0x5ccb12;const a0_0x5d1276={};a0_0x5d1276['value']='mdateutil',a0_0x5d1276['writable']=![],a0_0x5d1276['enumerable']=!![],a0_0x5d1276['configurable']=![],Object['defineProperty'](a0_0x5ccb12['prototype'],'idkey',a0_0x5d1276);
|
|
1
|
+
'use strict';const a0_0x3178b0={};a0_0x3178b0['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x3178b0),exports['MDateUtil']=void 0x0;const a0_0x1db59b=(_0x416d40,_0x48475b=0x2)=>_0x416d40['toString']()['padStart'](_0x48475b,'0');function a0_0x429b65(_0x376eda,_0x4729e5){try{return _0x376eda();}catch(_0x1a43ca){if(_0x4729e5)return _0x4729e5;throw new Error('UNKNOWN');}}function a0_0xd971f0(_0xd858a1){try{if(_0xd858a1 instanceof Date)return _0xd858a1['getTime']();if(typeof _0xd858a1==='number')return _0xd858a1;if(typeof _0xd858a1==='string')return new Date(_0xd858a1)['getTime']();if(_0xd858a1 instanceof a0_0x19a044)return _0xd858a1['toTime']();if(_0xd858a1['idkey']==='mdateutil')return _0xd858a1['toTime']();return 0x0;}catch(_0x39a5d0){throw new Error('ERROR');}}function a0_0x4c16a5(_0x19c712,_0x210b2e,_0x38c960,_0x4ff0c8){const _0x34c385=a0_0xd971f0(_0x19c712),_0x2a4a8e=a0_0xd971f0(_0x210b2e),_0x45bb17=a0_0xd971f0(_0x38c960),_0x5eb562=a0_0xd971f0(_0x4ff0c8);return _0x45bb17<=_0x34c385&&_0x5eb562>=_0x34c385&&_0x5eb562<=_0x2a4a8e||_0x45bb17>=_0x34c385&&_0x45bb17<=_0x2a4a8e&&_0x5eb562>=_0x2a4a8e||_0x45bb17>=_0x34c385&&_0x45bb17<=_0x2a4a8e&&_0x5eb562<=_0x2a4a8e||_0x45bb17<=_0x34c385&&_0x5eb562>=_0x2a4a8e;}function a0_0x508b0c(_0x2b11a2){let _0x5c6d56=0x0,_0x20a129=0x0,_0x4a1549=0x0;const _0x100f4a=a0_0x19a044['new']()['startOfDay']();try{const _0x3326fb=(_0x2b11a2||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x5c6d56=Number(_0x3326fb['length']>=0x1?_0x3326fb[0x0]:0x0),_0x20a129=Number(_0x3326fb['length']>=0x2?_0x3326fb[0x1]:0x0),_0x4a1549=Number(_0x3326fb['length']>=0x3?_0x3326fb[0x2]:0x0);}catch(_0x585612){}return _0x100f4a['setHour'](_0x5c6d56),_0x100f4a['setMin'](_0x20a129),_0x100f4a['setSeconds'](_0x4a1549),{'h':_0x100f4a['hours'](),'m':_0x100f4a['min'](),'s':_0x100f4a['sec']()};}class a0_0x19a044{['val']=new Date();static ['glCode']=undefined;['code']=undefined;get['localCode'](){return this['code'];}static['new'](){return new a0_0x19a044()['setCode'](a0_0x19a044['glCode']);}static['setCode'](_0x2179f7){return a0_0x19a044['glCode']=_0x2179f7,this;}static['seperator'](){return new Date()['toLocaleDateString'](a0_0x19a044['glCode'])['replace'](/\d/g,'')['split']('')[0x0];}['cpy'](){return a0_0x19a044['new']()['setTime'](this['toTime']());}['setCode'](_0x336cc5){return this['code']=_0x336cc5,this;}['seperator'](){return new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0];}['zone'](){return a0_0x429b65(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x1b8dc3=this['code']){return a0_0x429b65(()=>{return new Intl['Locale'](_0x1b8dc3)?.['timeZones']||[];},null);}['region'](_0x3de0d7=this['code']){return a0_0x429b65(()=>{return new Intl['Locale'](_0x3de0d7)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['dayOfWeek'](){const _0x17acce=this['val']['getDay']();return _0x17acce?_0x17acce:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x1276b4){return this['val']['setFullYear'](_0x1276b4),this;}['setMonth'](_0x5a47af){return this['val']['setMonth'](_0x5a47af-0x1),this;}['setMonthUtc'](_0x571d5e){return this['val']['setMonth'](_0x571d5e),this;}['setDay'](_0x94702a){return this['val']['setDate'](_0x94702a),this;}['setHour'](_0x182d0e){return this['val']['setHours'](_0x182d0e),this;}['startOfHours'](){return this['setHour'](0x0),this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setHour'](0x17),this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x1f82ef){return this['val']['setMinutes'](_0x1f82ef),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x5b0925){return this['val']['setSeconds'](_0x5b0925),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0xaf6395){return this['val']['setMilliseconds'](_0xaf6395),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x347f80){return this['val']=new Date(_0x347f80),this;}['setTime'](_0x59c11d){return this['val']=new Date(_0x59c11d),this;}['setDate'](_0x5674f9){return this['val']=new Date(_0x5674f9),this;}['setDateInputValue'](_0x3b87a3){return this['val']=new Date(_0x3b87a3?.['replace']('T','\x20')),this;}['setVal'](_0x2d1089){return a0_0x429b65(()=>{return a0_0x19a044['new']()['setTime'](a0_0xd971f0(_0x2d1089));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x1db59b(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x1db59b(this['month']())+'-'+a0_0x1db59b(this['day']());}['toTimeInput'](_0x52b8a3=!![]){const _0x20df87=[];return _0x20df87['push'](a0_0x1db59b(this['hours']())),_0x20df87['push'](a0_0x1db59b(this['min']())),_0x52b8a3&&_0x20df87['push'](a0_0x1db59b(this['sec']())),_0x20df87['join'](':');}['toDateTimeInput'](_0x1c3f7e=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x1c3f7e);}['strDate'](){const _0x4a15f5={};return _0x4a15f5['month']='2-digit',_0x4a15f5['day']='2-digit',_0x4a15f5['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x4a15f5);}['strDateLocal'](_0x2cd569){return this['val']['toLocaleDateString'](this['code'],_0x2cd569);}['strTime'](){return a0_0x1db59b(this['hours']())+':'+a0_0x1db59b(this['min']())+':'+a0_0x1db59b(this['sec']());}['strTimeLocale'](_0x2379ff){return this['val']['toLocaleTimeString'](this['code'],_0x2379ff);}['strHHmm'](){return a0_0x1db59b(this['hours']())+':'+a0_0x1db59b(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x2494ad){return this['val']['toLocaleString'](this['code'],_0x2494ad);}['addDay'](_0x1fce8e){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x1fce8e*0x18)),this;}['addHours'](_0x3d4591){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x3d4591)),this;}['addMins'](_0x2fe300){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x2fe300)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x5ef4cd){return a0_0x429b65(()=>{return this['cpy']()['toTime']()===a0_0xd971f0(_0x5ef4cd);});}['gt'](_0xa0d0a1){return a0_0x429b65(()=>{return this['cpy']()['toTime']()>a0_0xd971f0(_0xa0d0a1);});}['gte'](_0x36994b){return a0_0x429b65(()=>{return this['cpy']()['toTime']()>=a0_0xd971f0(_0x36994b);});}['lt'](_0x15fdb7){return a0_0x429b65(()=>{return this['cpy']()['toTime']()<a0_0xd971f0(_0x15fdb7);});}['lte'](_0x3c01d3){return a0_0x429b65(()=>{return this['cpy']()['toTime']()<=a0_0xd971f0(_0x3c01d3);});}['btw'](_0x284df3,_0x4a388f){return a0_0x429b65(()=>{const _0x4930e9=a0_0xd971f0(_0x284df3),_0x4200de=a0_0xd971f0(_0x4a388f),_0x4688f9=this['cpy']()['toTime']();return _0x4930e9<_0x4688f9&&_0x4688f9<_0x4200de;});}['btweq'](_0x47ce03,_0x375f2a){return a0_0x429b65(()=>{const _0x8d0d79=a0_0xd971f0(_0x47ce03),_0x70e7d3=a0_0xd971f0(_0x375f2a),_0x5eab69=this['cpy']()['toTime']();return _0x8d0d79<=_0x5eab69&&_0x5eab69<=_0x70e7d3;});}['btwEqStart'](_0x513c5b,_0x5ab224){return a0_0x429b65(()=>{const _0x3549ff=a0_0xd971f0(_0x513c5b),_0x2f3363=a0_0xd971f0(_0x5ab224),_0x2e4273=this['cpy']()['toTime']();return _0x3549ff<=_0x2e4273&&_0x2e4273<_0x2f3363;});}['btwEqEnd'](_0xcab208,_0x58825b){return a0_0x429b65(()=>{const _0x4617e5=a0_0xd971f0(_0xcab208),_0x720479=a0_0xd971f0(_0x58825b),_0x4fe80c=this['cpy']()['toTime']();return _0x4617e5<_0x4fe80c&&_0x4fe80c<=_0x720479;});}static['diffDays'](_0x753770,_0x20a321,_0x442db9){return a0_0x429b65(()=>{const _0x353ce0=a0_0xd971f0(_0x753770),_0x38115b=a0_0xd971f0(_0x20a321);return _0x442db9?Math['abs'](_0x353ce0-_0x38115b)/0x36ee80/0x18:(_0x353ce0-_0x38115b)/0x36ee80/0x18;});}static['diffHours'](_0x4c943d,_0x50f623,_0x19fa29){return a0_0x429b65(()=>{const _0x37c8fc=a0_0xd971f0(_0x4c943d),_0x3b1562=a0_0xd971f0(_0x50f623);return _0x19fa29?Math['abs'](_0x37c8fc-_0x3b1562)/0x36ee80:(_0x37c8fc-_0x3b1562)/0x36ee80;});}static['diffMins'](_0x283e7f,_0x1037c6,_0x464195){return a0_0x429b65(()=>{const _0x5876c5=a0_0xd971f0(_0x283e7f),_0x27f0ba=a0_0xd971f0(_0x1037c6);return _0x464195?Math['abs'](_0x5876c5-_0x27f0ba)/0x3e8/0x3c:(_0x5876c5-_0x27f0ba)/0x3e8/0x3c;});}static['diffSecs'](_0x13c566,_0x25c342,_0x43c0cc){return a0_0x429b65(()=>{const _0x44be3c=a0_0xd971f0(_0x13c566),_0x483fb0=a0_0xd971f0(_0x25c342);return _0x43c0cc?Math['abs'](_0x44be3c-_0x483fb0)/0x3e8:(_0x44be3c-_0x483fb0)/0x3e8;});}static['s1'](_0x1eb0f1,_0x37a7ec,_0x53a752,_0x358e0e){return a0_0x429b65(()=>a0_0x4c16a5(_0x1eb0f1,_0x37a7ec,_0x53a752,_0x358e0e));}static['sperateTime'](_0x19534a){return a0_0x429b65(()=>a0_0x508b0c(_0x19534a));}}exports['MDateUtil']=a0_0x19a044;const a0_0x4a707d={};a0_0x4a707d['value']='mdateutil',a0_0x4a707d['writable']=![],a0_0x4a707d['enumerable']=!![],a0_0x4a707d['configurable']=![],Object['defineProperty'](a0_0x19a044['prototype'],'idkey',a0_0x4a707d);
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a0_0x1c5a38=this&&this['__createBinding']||(Object['create']?function(_0x270330,_0x4ff074,_0x2fe23c,_0x19195a){if(_0x19195a===undefined)_0x19195a=_0x2fe23c;var _0x13a2b2=Object['getOwnPropertyDescriptor'](_0x4ff074,_0x2fe23c);if(!_0x13a2b2||('get'in _0x13a2b2?!_0x4ff074['__esModule']:_0x13a2b2['writable']||_0x13a2b2['configurable'])){var _0x35726d={};_0x35726d['enumerable']=!![],_0x35726d['get']=function(){return _0x4ff074[_0x2fe23c];},_0x13a2b2=_0x35726d;}Object['defineProperty'](_0x270330,_0x19195a,_0x13a2b2);}:function(_0xae276f,_0x506062,_0x24b505,_0x3f8372){if(_0x3f8372===undefined)_0x3f8372=_0x24b505;_0xae276f[_0x3f8372]=_0x506062[_0x24b505];}),a0_0xc2aa2b=this&&this['__exportStar']||function(_0x3ee1e0,_0x52a4f0){for(var _0x59b923 in _0x3ee1e0)if(_0x59b923!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x52a4f0,_0x59b923))a0_0x1c5a38(_0x52a4f0,_0x3ee1e0,_0x59b923);},a0_0x3d7ecb={};a0_0x3d7ecb['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x3d7ecb),a0_0xc2aa2b(require('./DateUtil'),exports);
|