This fuction checks if year is a leap year. If yes, then returns 1 or 0.

Usage

CheckLeapYear(year)

Arguments

year
the year in question

Description

This fuction checks if year is a leap year. If yes, then returns 1 or 0.