DonB
|
| Posted: 02/02/2003, 6:42 AM |
|
Submitted to Yes 2/2/2003:
platform = (WIn2K, ASP, SQL Server)
The datepicker is creating in incorrect date, when the associated control
contains a date value. e.g.:
When the date is
1/1/2000 or later, datepicker year is 2020
1/1/1900 - 12/31/1999, datepicker year is 2019
1/1/1800 - 12/31/1899, datepicker year is 2018
so, the year is being set to "20" concatenated with the "century".
DonB
|
|
|
 |
Shawn Mason
|
| Posted: 02/03/2003, 11:03 AM |
|
Check how you're defining your date/time fields in Project Settings. I am
using ASP.Net(VB) with date settings of (mm/dd/yyyy) w/o problems.
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:b1jap1$4bg$1@news.codecharge.com...
> Submitted to Yes 2/2/2003:
>
> platform = (WIn2K, ASP, SQL Server)
>
> The datepicker is creating in incorrect date, when the associated control
> contains a date value. e.g.:
>
> When the date is
> 1/1/2000 or later, datepicker year is 2020
>
> 1/1/1900 - 12/31/1999, datepicker year is 2019
>
> 1/1/1800 - 12/31/1899, datepicker year is 2018
>
> so, the year is being set to "20" concatenated with the "century".
>
> DonB
>
>
|
|
|
 |
Stefano Cazzani
|
| Posted: 02/04/2003, 7:11 AM |
|
We have the same bug plus another one related to international date format:
platform (Win2k, ASP, MS Access)
We left the database format set as default for Access (yyyy-mm-dd HH:nn:ss)
and everything works extremely fine for us, that is, we get label and Text
Box displaying date in international format (dd/mm/yyyy) because our server
has regional setting to Italian.
Unfortunately, the Date Picker does not work correctly: we get the 2020
(like Don) bug plus the wrong month: for instance our Text Box show
04/02/2002 (4th Feb in International format) but the Date Picker points to
2nd April 2020.
Apart from this, we just finished our first project using Beta 2 without a
glitch! Wonderful.
Stefano
"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> ha scritto nel messaggio
news:b1jap1$4bg$1@news.codecharge.com...
> Submitted to Yes 2/2/2003:
>
> platform = (WIn2K, ASP, SQL Server)
>
> The datepicker is creating in incorrect date, when the associated control
> contains a date value. e.g.:
>
> When the date is
> 1/1/2000 or later, datepicker year is 2020
>
> 1/1/1900 - 12/31/1999, datepicker year is 2019
>
> 1/1/1800 - 12/31/1899, datepicker year is 2018
>
> so, the year is being set to "20" concatenated with the "century".
>
> DonB
>
>
|
|
|
 |
DonB
|
| Posted: 02/04/2003, 6:31 PM |
|
It's good to know I'm not going crazy. I played with various formats and
it would not work right with any of them.
DonB
"Stefano Cazzani" <stefano@cazzani.com> wrote in message
news:b1ol6f$sa5$1@news.codecharge.com...
> We have the same bug plus another one related to international date
format:
|
|
|
 |
|