-
Notifications
You must be signed in to change notification settings - Fork 90
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
how can i set date format? #146
Comments
@xxxTonixxx can you help? |
Hi @archish1989, that feature isn't implemented. And we're working in release the 1.0.0. We add this feature to release with it 👍 |
FYI i was in hurry so I've solve my issue like this. template file:
ts file
setTimeout(function(){ |
Thanks for share your workaround while this feature is missing ❤️ |
I have multiple inline editor on page. but i have issue with date type.
when i set date format as 'y-m-d' then date value is pre-selected in inline editor, but 'm-d-y ' date format is then value is not selected, and it show "dd-mm-yyyy".
now i want my date format as 'm-d-y' so how can i set date format?
can you help me?
i am attaching this SS pleas have a look.
https://www.screencast.com/t/umh3RR1koL4
The text was updated successfully, but these errors were encountered: