forked from 0x2620/pandora
format dates
This commit is contained in:
parent
8c1fd2ce6c
commit
93f504fa39
1 changed files with 8 additions and 4 deletions
|
@ -378,25 +378,29 @@
|
||||||
"id": "published",
|
"id": "published",
|
||||||
"title": "Date Published",
|
"title": "Date Published",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 90
|
"columnWidth": 90,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "modified",
|
"id": "modified",
|
||||||
"title": "Date Modified",
|
"title": "Date Modified",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 90
|
"columnWidth": 90,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "accessed",
|
"id": "accessed",
|
||||||
"title": "Date Accessed",
|
"title": "Date Accessed",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 90
|
"columnWidth": 90,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "viewed",
|
"id": "viewed",
|
||||||
"title": "Date Viewed",
|
"title": "Date Viewed",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"columnWidth": 90
|
"columnWidth": 90,
|
||||||
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "popularity",
|
"id": "popularity",
|
||||||
|
|
Loading…
Reference in a new issue