Some default long formats for theme helpers
This commit is contained in:
parent
95f4cd3fe2
commit
c3b62ac608
|
@ -173,12 +173,14 @@ function getDefaultConfig() {
|
||||||
passwordChar : '*', // TODO: move to user ?
|
passwordChar : '*', // TODO: move to user ?
|
||||||
dateFormat : {
|
dateFormat : {
|
||||||
short : 'MM/DD/YYYY',
|
short : 'MM/DD/YYYY',
|
||||||
|
long : 'ddd, MMMM Do, YYYY',
|
||||||
},
|
},
|
||||||
timeFormat : {
|
timeFormat : {
|
||||||
short : 'h:mm a',
|
short : 'h:mm a',
|
||||||
},
|
},
|
||||||
dateTimeFormat : {
|
dateTimeFormat : {
|
||||||
short : 'MM/DD/YYYY h:mm a',
|
short : 'MM/DD/YYYY h:mm a',
|
||||||
|
long : 'ddd, MMMM Do, YYYY, h:mm a',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue