Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

For a software dev like me who has no idea how to create a cute hand-drawn dashed line, this course just 100% works.

— Ira Zayats, Developer

is_leap_year Modifier

Returns true if date is in a leap year. Try and find a regular use for this one, we dare you.

date: November 2016
another_date: November 2017
{{ if date | is_leap_year }}
{{ if another_date | is_leap_year }}
true
false
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →