* Add dateTimeFormat

This commit is contained in:
Bryan Ashby 2015-09-01 22:42:54 -06:00
parent e0f267c9a5
commit 8b3b36fd83
3 changed files with 15 additions and 2 deletions

View file

@ -88,6 +88,9 @@ function getDefaultConfig() {
},
timeFormat : {
short : 'h:mm a',
},
dateTimeFormat : {
short : 'MM/DD/YYYY h:mm a',
}
},