1 .\" Copyright (c) 1997 Wolfgang Helbig
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd displays a calendar and the date of Easter
53 .Op Fl s Ar country_code
65 .Op Fl H Ar yyyy-mm-dd
70 utility displays a simple calendar in traditional format and
72 offers an alternative layout, more options and the date of Easter.
73 The new format is a little cramped but it makes a year fit
75 If arguments are not specified,
76 the current month is displayed.
78 The options are as follows:
79 .Bl -tag -width indent
81 Turns off highlighting of today.
83 Display Julian Calendar, if combined with the
85 option, display date of Easter according to the Julian Calendar.
87 Display date of Easter (for western churches).
89 Display Julian days (days one-based, numbered from January 1).
95 is specified as a decimal number, it may be followed by the letter
99 to indicate the following or preceding month of that number,
102 Display date of Orthodox Easter (Greek and Russian
105 Print the country codes and switching days from Julian to Gregorian
106 Calendar as they are assumed by
108 The country code as determined from the local environment is marked
110 .It Fl s Ar country_code
111 Assume the switch from Julian to Gregorian Calendar at the date
116 tries to guess the switch date from the local environment or
117 falls back to September 2, 1752.
119 Britain and her colonies switched to the Gregorian Calendar.
121 Print the number of the week below each week column.
123 Display a calendar for the specified year.
125 Display the previous, current and next month surrounding today.
129 of months after the current month.
133 of months before the current month.
145 as the current date (for debugging of date selection).
146 .It Fl H Ar yyyy-mm-dd
149 as the current date (for debugging of highlighting).
152 A single parameter specifies the year (1\(en9999) to be displayed;
153 note the year must be fully specified:
157 display a calendar for 1989. Two parameters denote the month and
158 year; the month is either a number between 1 and 12, or a full or
159 abbreviated name as specified by the current locale. Month and
160 year default to those of the current system clock and time zone (so
162 will display a calendar for the month of August in the current
165 Not all options can be used together. For example
166 .Dq Li -3 -A 2 -B 3 -y -m 7
168 show me the three months around the seventh month, three before
169 that, two after that and the whole year.
171 will warn about these combinations.
173 A year starts on January 1.
175 Highlighting of dates is disabled if stdout is not a tty.
191 command and manual were written by
192 .An Wolfgang Helbig Aq Mt helbig@FreeBSD.org .
194 The assignment of Julian\(enGregorian switching dates to country
195 codes is historically naive for many countries.
197 Not all options are compatible and using them in different orders
198 will give varying results.