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
The default DD/MM/YYYY date format is still reflecting
despite it's declare to be MM/DD/YYYY
The text was updated successfully, but these errors were encountered:
@devmikko I hope you found an answer.. I belief there is no bug, it is just how html attributes are mapped to the JavaScript properties
<hot-column width="125" type="date" value="date" date-format="MM/DD/YY" correct-format header="Date"></hot-column>
dateformat should be date-format because the JavaScript property is dateFormat which will be mapped to data-format see https://github.com/Polymer/polymer/blob/master/PRIMER.md#attribute-deserialization
dateformat
date-format
dateFormat
data-format
correctFormat='true' should just be correct-format
correctFormat='true'
correct-format
Sorry, something went wrong.
budnix
No branches or pull requests
The default DD/MM/YYYY date format is still reflecting
despite it's declare to be MM/DD/YYYY
The text was updated successfully, but these errors were encountered: