We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we edit a Data Column the date format that is used is mm/dd/yyyy.
But instead I want the data to be dd/mm/yyyy.
How to format Date after it is edited?
The text was updated successfully, but these errors were encountered:
I do a little changed in dataTables.cellEdit.js, find the code is as follows:
var self = jQuery('.datepick').datepicker( { showOn: "button", buttonImage: icon, buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd" });
this is work for me, good luck.
Sorry, something went wrong.
No branches or pull requests
When we edit a Data Column the date format that is used is mm/dd/yyyy.
But instead I want the data to be dd/mm/yyyy.
How to format Date after it is edited?
The text was updated successfully, but these errors were encountered: