This commit is contained in:
2020-02-07 00:15:38 +00:00
parent 13defdff1d
commit 75b30f4fea

View File

@@ -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