From 75b30f4fead65985f6ce33a2c5cfa3582ce8e7a4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 7 Feb 2020 00:15:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 76e2f144..8fc2ef6b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,7 +66,8 @@ TODO: LOCALIZATION - CLIENT DISPLAY: - Client uses the built in browser tolocale* methods to display dates to user both in their desired format and desired time zone, i.e. NO HOUR ADJUSTMENTS USED -- Proper way to definitevely display a date in desired time zone: DATE.toLocaleString('en-GB', { timeZone: 'UTC', dateStyle: "short",timeStyle: "short", hour12: false }) - + + - CUSTOM DATE FIELD NOT SETTING TIME NOW?? - SB able to ditch the dayjs library entirely once done! - CURRENCY code, need to be able to set currency as a user option, no way to deduce it except maybe a default through deduction of locale