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",
"title": "Date Published",
"type": "date",
"columnWidth": 90
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
},
{
"id": "modified",
"title": "Date Modified",
"type": "date",
"columnWidth": 90
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
},
{
"id": "accessed",
"title": "Date Accessed",
"type": "date",
"columnWidth": 90
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
},
{
"id": "viewed",
"title": "Date Viewed",
"type": "date",
"columnWidth": 90
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
},
{
"id": "popularity",