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