; APPOINT.TXT
;
; Empty lines and lines starting with a semicolon (';') are seen as comment. 
; For each appointment you will enter one or two textlines:
;  line 1  contains the date (format [d]d-[m]m-[cc]yy)
;          It may also contain the description of the 'appointment', following the date
;  line 2  (optional) contains the description of the 'appointment', if it wasn't included in line 1. 
; No comment lines are allowed between lines 1 and 2 of an appointment record.
;
; An asterix ('*') is a valid wildcard for day, month or year.
; For instance, 18-3-* goes for March the 18th of each year, and 1-*-*
; triggers the first day of every month.
;
; For dates that do not specify a century, a breakyear of 90 is used to add the centrury.
; For instance, 2-10-90 = 2 Oct 1990 and 2-10-89 = 2 Oct 2089.
;
; Examples:
;
26-03-2000  End daylight saving time: set clock 1 hour forward
29-10-2000  Start daylight saving time: set clock 1 hour back
;
16-2-00
10:00 Dentist

; Birthdays:
10-3-*   Jim
16-5-*   Janet
