Skip to main content
Skip table of contents

IsLeapYear()

IsLeapYear() – Schaltjahr



Die Funktion gibt zurück, ob es sich bei einem bestimmten Jahr um ein Schaltjahr handelt.


ParameterBeschreibung

nJahr:D

Beliebiges Jahr


Rückgabewert


Logisch / Boolean - Ist Schaltjahr

Beispiel


CODE
IsLeapYear(2020)   // Ergebnis: True
IsLeapYear(2022)   // Ergebnis: False
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.