Introduction - If you have any usage issues, please Google them yourself
To determine whether a given year is a leap year. Leap year judgment rules are as follows: (1) if a year divisible by 4 but not divisible by 100 is a leap year. (2) if a year divisible by 400 is a leap year.