-
Notifications
You must be signed in to change notification settings - Fork 79
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
Datetime picker not working correctly in modal dialog when using custom format #40
Comments
My guess is the JS date/time widget doesn't like the format string. You can view source to see what it is translated to, and my guess is there is an error on the JS console log in your browser. This seems related to a more general issue: |
Found the reason, maybe a bug in datetimepicker, |
I cannot reproduce the behavior, but I have used this custom format in datetimepicker maybe a month ago. I am pretty sure, because I was testing manual input (by typing directly into the textbox) of date on the very same screen. |
It only occur when a string |
Fix bug moqui#40 datetime picker not work when setting defaultDate with cu…
I see. Now it's working, I pulled your commit. Thanks very much, I am having a business meeting in an hour, this helps, because I can show the whole application right now. |
The datetime picker in modal dialog works correctly, when custom format is not applied. When I set the format to custom, it stops working.
This one is not working:
This one is working: Format not defined.
The text was updated successfully, but these errors were encountered: