add date format to padma.jsonc fixes #733
This commit is contained in:
parent
00c8f47541
commit
c651f70bbc
1 changed files with 4 additions and 2 deletions
|
@ -413,7 +413,7 @@
|
||||||
"title": "Date Created",
|
"title": "Date Created",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 120,
|
"columnWidth": 120,
|
||||||
"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -421,6 +421,7 @@
|
||||||
"title": "Last Modified",
|
"title": "Last Modified",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -436,6 +437,7 @@
|
||||||
"title": "Times Accessed",
|
"title": "Times Accessed",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue