format dates

This commit is contained in:
j 2011-01-28 08:54:00 +00:00
parent 8c1fd2ce6c
commit 93f504fa39

View file

@ -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",