This commit is contained in:
@@ -66,7 +66,8 @@ TODO: LOCALIZATION
|
|||||||
- CLIENT DISPLAY:
|
- 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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user