minishouyin/node_modules/rc-picker/lib/locale/common.js
2025-11-12 11:35:57 +08:00

12 lines
248 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commonLocale = void 0;
var commonLocale = exports.commonLocale = {
yearFormat: 'YYYY',
dayFormat: 'D',
cellMeridiemFormat: 'A',
monthBeforeYear: true
};