UNPKG

@progress/kendo-vue-dateinputs

Version:
9 lines (8 loc) 678 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=new Date(1980,0,1),t=new Date(1900,0,1),M=new Date(2099,11,31),D=new Date(1980,0,1),T=new Date(1980,0,1,23,59,59);exports.MAX_DATE=M;exports.MAX_TIME=T;exports.MIDNIGHT_DATE=e;exports.MIN_DATE=t;exports.MIN_TIME=D;