From c651f70bbcd046d8a414a5f1a9e12be735c5884d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 3 Apr 2012 09:12:23 +0200 Subject: [PATCH] add date format to padma.jsonc fixes #733 --- pandora/padma.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index 4ad8795de..2dd97e399 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -413,7 +413,7 @@ "title": "Date Created", "type": "date", "columnWidth": 120, - "format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -421,6 +421,7 @@ "title": "Last Modified", "type": "date", "columnWidth": 90, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -436,6 +437,7 @@ "title": "Times Accessed", "type": "integer", "columnWidth": 60, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -681,4 +683,4 @@ "previewRatio": 1.3333333333, "resolutions": [480, 240, 96] } -} \ No newline at end of file +}