Monday, March 26, 2012

PeopleSoft Help: Function IsLeapYearFunction IsLeapYear(&iYear As ...

PeopleSoft Help: Function IsLeapYear
Function IsLeapYear(&iYear As ...
: Function IsLeapYear Function IsLeapYear(&iYear As number) If (&iYear Mod 4 = 0) And ((&iYear Mod 100 <> 0) Or (&iYear Mod 400 = 0)) Then ...

No comments:

Post a Comment