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 cannot seem to sort a date field I have which has been formatted using the GB Locale Date String javascript function to convert my dates to UK format as below:
myDateVariable.toLocaleDateString("en-GB");
Does this library only recognise unformatted dates? Is there a way I am able to modify this to allow formatted dates?
The text was updated successfully, but these errors were encountered:
Hi
I cannot seem to sort a date field I have which has been formatted using the GB Locale Date String javascript function to convert my dates to UK format as below:
myDateVariable.toLocaleDateString("en-GB");
Does this library only recognise unformatted dates? Is there a way I am able to modify this to allow formatted dates?
The text was updated successfully, but these errors were encountered: