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

On Wed, 2012-02-29 at 09:47 +1100, richard terry wrote:
> Hi List, Benoit
> 
> My program crashed today when using dateadd:
> 
> 
>  DateAdd(Now, gb.Year, iNumberOfYears) has worked for eons in my
recall system
> 
> dateAdd using gb.month still works.
> 
> I reverted back from the latest svn to an older one > no difference.
> 
> Could this be a leap year bug?
> 
> richard


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to