Skip to content

Existing datetime in inout field not parsed correctly #321

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

Open
kaoh opened this issue Feb 22, 2012 · 6 comments
Open

Existing datetime in inout field not parsed correctly #321

kaoh opened this issue Feb 22, 2012 · 6 comments

Comments

@kaoh
Copy link

kaoh commented Feb 22, 2012

My input field is set to 2011-11-05 13:45. After initializing timepicker it is set to 1899-12-31.

but dateformat is set correctly:

dateFormat: 'yy-mm-dd' ,
timeFormat: 'hh:mm',

@EGD
Copy link

EGD commented Mar 28, 2012

probe to set propetry auto_syze to false

@lulalala
Copy link

+1 having the same issue. For me the date part is parsed correctly, but the time part is always 00:00

@EGD I don't see that option in the code, can you elaborate?

@EGD
Copy link

EGD commented May 30, 2012

@lulalala this options provides from datepicker

@lulalala
Copy link

@EGD Do you mean autoSize? Since it defaults to false I think won't help in my case.

@EGD
Copy link

EGD commented May 31, 2012

I mean this
http://jqueryui.com/demos/datepicker/#option-autoSize
You need manually set autoSize: false;

@jonschatz
Copy link

turning autosize off worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants