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

View File

@@ -67,6 +67,7 @@ TODO: LOCALIZATION
- 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 - 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 }) -- 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! - 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 - 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