From c3b62ac6086882b198055871b38e05b6ff485680 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 3 Mar 2018 21:16:21 -0700 Subject: [PATCH] Some default long formats for theme helpers --- core/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/config.js b/core/config.js index 79824db5..6fcadd5b 100644 --- a/core/config.js +++ b/core/config.js @@ -173,12 +173,14 @@ function getDefaultConfig() { passwordChar : '*', // TODO: move to user ? dateFormat : { short : 'MM/DD/YYYY', + long : 'ddd, MMMM Do, YYYY', }, timeFormat : { short : 'h:mm a', }, dateTimeFormat : { short : 'MM/DD/YYYY h:mm a', + long : 'ddd, MMMM Do, YYYY, h:mm a', } },