[Gambas-user] ?gambas bug dateadd with leap years???
Benoît Minisini
gambas at ...1...
Wed Feb 29 00:34:20 CET 2012
Le 29/02/2012 00:08, Caveat a écrit :
> Yeah, strange... you can add 12 months (temporary workaround?) but
> adding a year results in an invalid date error...
>
> Print DateAdd(Now, gb.Month, 12) 'OK
> Print DateAdd(Now, gb.Year, 1) ' Gives invalid date
>
> Kind regards,
> Caveat
>
Because adding months automatically round the day down if it exceeds the
number of days in the month. But not adding year (and so you get
29/2/2013, an invalid date).
I will fix that.
Regards,
--
Benoît Minisini
More information about the User
mailing list