From 93f504fa39f79c6767d75fc60679367080dc8f42 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 28 Jan 2011 08:54:00 +0000 Subject: [PATCH] format dates --- pandora/0xdb.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pandora/0xdb.json b/pandora/0xdb.json index 133e5a5b1..e92730ffd 100644 --- a/pandora/0xdb.json +++ b/pandora/0xdb.json @@ -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",