add date format to padma.jsonc fixes #733

This commit is contained in:
j 2012-04-03 09:12:23 +02:00
parent 00c8f47541
commit c651f70bbc
1 changed files with 4 additions and 2 deletions

View File

@ -413,7 +413,7 @@
"title": "Date Created",
"type": "date",
"columnWidth": 120,
"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
@ -421,6 +421,7 @@
"title": "Last Modified",
"type": "date",
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
@ -436,6 +437,7 @@
"title": "Times Accessed",
"type": "integer",
"columnWidth": 60,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
@ -681,4 +683,4 @@
"previewRatio": 1.3333333333,
"resolutions": [480, 240, 96]
}
}
}