12 lines
407 B
Factor
12 lines
407 B
Factor
! Copyright (C) 2009 Doug Coleman.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: calendar calendar.holidays ;
|
|
IN: calendar.holidays.canada
|
|
|
|
SINGLETONS: canada canadian-federal ;
|
|
|
|
HOLIDAY: canadian-thanksgiving-day october 2 monday-of-month ;
|
|
HOLIDAY-NAME: canadian-thanksgiving-day canadian-federal "Thanksgiving Day"
|
|
|
|
HOLIDAY-NAME: armistice-day commonwealth-of-nations "Remembrance Day"
|