-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for different Date format for date column type #16
Comments
No easy way to do this, but you may customize the conversion between showing text and value by providing toText and toValue function. |
@cscan This is cool. I didn't know that there is such an option. Let me try it (toValue and toText) out and get back |
This worked.
One more point to note, only if the date format is in yyyy/mm/dd the sorting of the column works. |
Great! I close this ticket then Yes, the sorting now only treats the date string as text |
Currently the date column type supports only
yyyy-mm-dd
. Is there a way to support other date formats (mm-dd-yyyy
ordd-mm-yyyy
)?The text was updated successfully, but these errors were encountered: