DateInLeapYear

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.2015")       Result: True