12 lines
248 B
JavaScript
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
|
|
}; |