-
Notifications
You must be signed in to change notification settings - Fork 50
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
Re-Open: Datepicker mixes up month and day on %m/%d/%y #168
Comments
@Lengen1971 could you make a jsFiddle with a example? |
Hi, sry, I can´t, it´s inside a CMS, I can´t get it extracted... |
@Lengen1971 if we cannot reproduce it we cant fix it. You could check the rendered HTML and adapt the jsFiddle so you can reproduce the problem. Also we need to know which version of MooTools and DatePicker you are using. |
ok, I´m not that firm with that, but I will try. Before have a look: |
Waaa, so much code, I can´t get this running properly.... |
@Lengen1971 ping back when you managed to make a example we can test in jsFiddle. Closing. |
Mootools Version: 1.5.1 |
Well, great. Thanx4nuthin. |
@Lengen1971 No reason to be rude. I Just tested it locally using MooTools 1.6.0 (I cannot find a Mootools-More 1.5.1 build) and your example. I cannot see a bug. It works just fine. It also works fine with the older version 1.4.1. If you really want this bug to be fixed, you have to show where this bug is and this includes a minimal example. Until then it looks like the bug is not caused by mootools-datepicker. |
Hi, thanks for your patience. Here you can find a minimal example on the related files: http://goo.gl/ZlR0bg http://goo.gl/ZlR0bg
I also tested mootools more 1.6.0, but jS-error: ReferenceError: Locale is not defined. Thanks and w/regards
|
made jsFiddle from shortlink: http://jsfiddle.net/8a4po4q4/ |
Hi, so, errr, nothing new about it? I see the jsfiddle isn´t working anymore. Any conclusions so far? I good guy helped me out by telling me to add some spaces to the format to get this working. Format: m / d / Y <- spaces between the chars and slashes. Will you still going to manage this issue/bug? best regards |
Hi, when picking a date it´s been shown correctly in my textfield.
By calling the picker again it mixes up month and date.
For example:
w/regards
Michel
The text was updated successfully, but these errors were encountered: