UNPKG
@bigbinary/neeto-datepicker
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
React date & time picker
react-component.github.io/picker
bigbinary/neeto-datepicker
@bigbinary/neeto-datepicker
/
lib
/
locale
/
common.js
12 lines
(11 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
commonLocale
=
void
0
;
var
commonLocale =
exports
.
commonLocale
= {
yearFormat
:
'YYYY'
,
dayFormat
:
'D'
,
cellMeridiemFormat
:
'A'
,
monthBeforeYear
:
true
};