gconlon
Posts: 3
|
| Posted: 08/24/2004, 12:02 PM |
|
When adding in a new record without any coding, the datepicker works fine defaulting to todays date. On a modify, the datepicker changes to the proper current month but the year 2020.. any ideas.
Thanks
George
|
 |
 |
eiden
Posts: 34
|
| Posted: 08/25/2004, 12:46 AM |
|
Yes, use this datepicker instead. It's much better!
http://dynarch.com/mishoo/calendar.epl
|
 |
 |
DonB
|
| Posted: 08/29/2004, 9:02 AM |
|
The problem lies in a disagreement about date formats between the database,
the form, and the datepicker. Basically, the datepicker javascript is
mis-parsing your dates. It could be as simple as mixing "yyyy" and "yy" for
the year specification.
--
DonB
http://www.gotodon.com/ccbth
"gconlon" <gconlon@forum.codecharge> wrote in message
news:6412b90cd27de5@news.codecharge.com...
> When adding in a new record without any coding, the datepicker works fine
> defaulting to todays date. On a modify, the datepicker changes to the
proper
> current month but the year 2020.. any ideas.
>
> Thanks
> George
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
DonB
|
| Posted: 08/30/2004, 7:02 AM |
|
That was it Don, thanks for all your help, changed the date format to match the database it it worked great... Thanks
|
|
|
 |
|