@progress/kendo-vue-dateinputs
Version:
16 lines (15 loc) • 626 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const e = new Date(1980, 0, 1), t = new Date(1900, 0, 1), n = new Date(2099, 11, 31), D = new Date(1980, 0, 1), M = new Date(1980, 0, 1, 23, 59, 59);
export {
n as MAX_DATE,
M as MAX_TIME,
e as MIDNIGHT_DATE,
t as MIN_DATE,
D as MIN_TIME
};