You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a DatePicker defined as <datetime:DatePickerField row="7" col="1" hint="tap to select" locale="en_GB" dateFormat="dd/MM/yyyy" id="veddate" class="body1"/>
I set the date text to display my current date in UK format dd/MM/yyyy and the picker date to the same and this is taken from an SQlite DB where date is stored as a string. However, the dates are getting transformed to US format MM/dd/yyyy when writing the date back as a string.
For example date string in local SQLite DB is 07/01/2021. Setting DatePicker text shows 01/07/2021 even though I have set the format as dd/MM/yyyy.
The text was updated successfully, but these errors were encountered:
I have a DatePicker defined as <datetime:DatePickerField row="7" col="1" hint="tap to select" locale="en_GB" dateFormat="dd/MM/yyyy" id="veddate" class="body1"/>
I set the date text to display my current date in UK format dd/MM/yyyy and the picker date to the same and this is taken from an SQlite DB where date is stored as a string. However, the dates are getting transformed to US format MM/dd/yyyy when writing the date back as a string.
For example date string in local SQLite DB is 07/01/2021. Setting DatePicker text shows 01/07/2021 even though I have set the format as dd/MM/yyyy.
The text was updated successfully, but these errors were encountered: