Just downloaded the PHP libs and love them so far. A lot of success with most items but an issue when dealing with dates in columns.
I currently am running:
PHP 5.1.6
MySQL 5.0.77
(jQuery from google's site on each load as well)
It seems when I attempt to edit or add a date formatted column, things go a little strange.
For instance, changing the date to 2010-02-13 will cause the date field to uptdate to something completely random (2038-11-11). If I enter that date again, it occurs again but does not repeat the value – instead generating a new value. This leads me to believe it's not a formatting issue – rather another problem.
I have tried a series of changes:
– Change the format of the date column in the MySql DB (DATE,DATETIME,INT)
– Attempted omitting the formatter setcolproperty – or changing it
– Changed the srcformat and newformat to various types
This appears to occur with or without the datepicker add-in. I'm completely befuddled.
(This is in an edit dialog, not inline)
Anyone with any insight?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top