Purpose:
Checks if the given date is in leap year or not. The calculation is made according to the proleptic gregorian calendar.
Parameter:
Date
Return value:
Boolean
Example:
DateInLeapYear("01.01.2012") Result: True
Purpose:
Checks if the given date is in leap year or not. The calculation is made according to the proleptic gregorian calendar.
Parameter:
Date
Return value:
Boolean
Example:
DateInLeapYear("01.01.2012") Result: True