-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidator.js
More file actions
1 lines (1 loc) · 2.43 KB
/
validator.js
File metadata and controls
1 lines (1 loc) · 2.43 KB
1
function _0x5466(){const _0x306dbb=['getElementById','Valid','8721786PChNsV','onload','1744133lllIWC','99cqgaXp','3155796NulYiL','3646655FjbTGF','format','6130327UOBEwV','4niXZgZ','1309836yOFqge','Please\x20enter\x20both\x20date\x20and\x20format.','result','value','2fDkaYl','dateForm','textContent','Invalid','3129170TZRZKy','16GOiZzW'];_0x5466=function(){return _0x306dbb;};return _0x5466();}function _0x3e0d(_0x2038ab,_0x439517){const _0x546621=_0x5466();return _0x3e0d=function(_0x3e0d5e,_0x2ea668){_0x3e0d5e=_0x3e0d5e-0x1cc;let _0x1dce0a=_0x546621[_0x3e0d5e];return _0x1dce0a;},_0x3e0d(_0x2038ab,_0x439517);}const _0x427904=_0x3e0d;(function(_0x42552a,_0x1c6fbe){const _0x4d5c6e=_0x3e0d,_0x2fe0c0=_0x42552a();while(!![]){try{const _0x50b46a=-parseInt(_0x4d5c6e(0x1d1))/0x1*(parseInt(_0x4d5c6e(0x1dc))/0x2)+parseInt(_0x4d5c6e(0x1d8))/0x3+parseInt(_0x4d5c6e(0x1d7))/0x4*(-parseInt(_0x4d5c6e(0x1d4))/0x5)+-parseInt(_0x4d5c6e(0x1cf))/0x6+parseInt(_0x4d5c6e(0x1d6))/0x7+parseInt(_0x4d5c6e(0x1cc))/0x8*(parseInt(_0x4d5c6e(0x1d3))/0x9)+parseInt(_0x4d5c6e(0x1e0))/0xa*(parseInt(_0x4d5c6e(0x1d2))/0xb);if(_0x50b46a===_0x1c6fbe)break;else _0x2fe0c0['push'](_0x2fe0c0['shift']());}catch(_0x48856c){_0x2fe0c0['push'](_0x2fe0c0['shift']());}}}(_0x5466,0xdc6a3));function validateDate(_0x5c8f47,_0x160e04){const _0x272027=_0x3e0d;if(!_0x5c8f47||!_0x160e04)return _0x272027(0x1d9);const _0x100072={'YYYY-MM-DD':/^\d{4}-\d{2}-\d{2}$/,'DD-MM-YYYY':/^\d{2}-\d{2}-\d{4}$/,'MM-DD-YYYY':/^\d{2}-\d{2}-\d{4}$/};if(!_0x100072[_0x160e04]['test'](_0x5c8f47))return'Invalid';const [_0x5d066c,_0x497402,_0x32aeb4]=_0x5c8f47['split']('-');if(_0x5d066c<0x76c||_0x5d066c>0x7e8||_0x497402<0x1||_0x497402>0xc||_0x32aeb4<0x1||_0x32aeb4>0x1f)return _0x272027(0x1df);if(_0x497402===0x2&&_0x32aeb4===0x1d){if(_0x5d066c%0x4!==0x0||_0x5d066c%0x64===0x0)return _0x272027(0x1df);}if(_0x497402===0x4||_0x497402===0x7||_0x497402===0x9||_0x497402===0xb){if(_0x32aeb4>0x1e)return'Invalid';}return _0x272027(0x1ce);}window[_0x427904(0x1d0)]=()=>{const _0x44ea17=_0x427904,_0xdddf9f=document['getElementById'](_0x44ea17(0x1dd)),_0x52b7d7=document[_0x44ea17(0x1cd)](_0x44ea17(0x1da));_0xdddf9f['addEventListener']('submit',function(_0x5242d6){const _0x426acd=_0x44ea17;_0x5242d6['preventDefault']();const _0xe7a195=document[_0x426acd(0x1cd)]('date')[_0x426acd(0x1db)],_0x278b41=document[_0x426acd(0x1cd)](_0x426acd(0x1d5))[_0x426acd(0x1db)],_0x31ac68=validateDate(_0xe7a195,_0x278b41);_0x52b7d7[_0x426acd(0x1de)]=_0x31ac68;});};