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
It states the format can be followed by a time, however not only are there no examples, but if you do include a time format, the sort just doesn't work. When debugging it appears that the time aspect is not accounted for at all within the regex tests.
Custom parser is the way to go, however the docs need updating.
The text was updated successfully, but these errors were encountered:
I've been trying to use shortDate with time, but the documentation appears to be misleading.
https://mottie.github.io/tablesorter/docs/#parsers
It states the format can be followed by a time, however not only are there no examples, but if you do include a time format, the sort just doesn't work. When debugging it appears that the time aspect is not accounted for at all within the regex tests.
Custom parser is the way to go, however the docs need updating.
The text was updated successfully, but these errors were encountered: