[AccessD] adhbCalendar returns INCORRECT value?!

Gustav Brock gustav at cactus.dk
Mon Feb 16 03:24:50 CST 2004


Hi Sander

It sounds like you have become a victim of non-internationalized code.
But it is hard to tell with no code and no info on how you are using
it. 

/gustav


> I'm going nuts! I'm using the calendar form from the ADHB 2000 and it returns the WRONG value!?
 
> When I select januari 4th 2004 (wich is a sunday) it returns April 1st 2004!! How is this possible?
 
> The function below has the following values (after selecting januari 4th 2004):
> Year = 2004
> Month = 1
> Day = 4
 
> Public Property Get Value() As Date
>     Value = DateSerial( _
>      Me.Year, Me.Month, Me.Day)
> End Property
 
> i'm using 
> A2k english
> Win2000 (reg settings => english; date = dd/mm/yyyy)




More information about the AccessD mailing list