UNPKG

knk

Version:

react components based on react

12 lines (11 loc) 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dateFormatOnlyYearCh = exports.dateFormatOnlyMonth = exports.dateFormatOnlyMin = exports.dateFormatOnlyDate = exports.dateFormat = void 0; // 日期标准格式 var dateFormat = exports.dateFormat = 'YYYY-MM-DD HH:mm:ss'; var dateFormatOnlyDate = exports.dateFormatOnlyDate = 'YYYY-MM-DD'; var dateFormatOnlyMonth = exports.dateFormatOnlyMonth = 'YYYY-MM'; var dateFormatOnlyMin = exports.dateFormatOnlyMin = 'HH:mm:ss'; var dateFormatOnlyYearCh = exports.dateFormatOnlyYearCh = 'YYYY年';