mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Switches from date.js to Moment.js and adds underscore.js.
This commit is contained in:
parent
240adb79eb
commit
859a680e19
10 changed files with 103 additions and 127 deletions
|
@ -95,11 +95,10 @@ var H5AI_CONFIG = {
|
|||
"linkHoverStates": true,
|
||||
|
||||
/*
|
||||
* Date format in detailed view, for example: "yyyy-MM-dd HH:mm:ss"
|
||||
* Syntax as specified by date.js
|
||||
* http://code.google.com/p/datejs/wiki/FormatSpecifiers
|
||||
* Date format in detailed view, for example: "YYYY-MM-DD HH:mm:ss"
|
||||
* Syntax as specified by Moment.js (http://momentjs.com)
|
||||
*/
|
||||
"dateFormat": "yyyy-MM-dd HH:mm",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm",
|
||||
|
||||
/*
|
||||
* Requires PHP on the server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue