/*****************************************************************************/
/* This programm is delivered                                                */
/* with european date-format --> YDAYSEUR.CMD and                            */
/* with american date-format --> YDAYSUSA.CMD.                               */
/* This description is good for both programs, please exchange the term      */
/* 'YDAYSEUR' in 'YDAYSUSA', if necessary.                                   */
/*****************************************************************************/
/* YDAYSEUR.CMD (Version 1.04; __European Date: DD.MM.YYYY__).               */
/*              Program to demonstrate the use of WARPNOTE                   */
/*              in connection with WARPNOTE Command.                         */
/* (C) of YDAYSEUR.CMD: 1999 Bernd Hagebck, Hermann-Hesse-Strasse 15,       */
/*        52353 Dren, Germany, bernd.hageboeck@t-online.de;                 */
/* (C) of PROCEDURES DoW and the part 'cumdays.??' of variable DayNr:        */
/*        1995 Sublime Software;                                             */
/* (C) of WARPNOTE and WARPNOTE Command: 1998 Uwe Schlenther Software,       */
/*        Bebelstrasse 30, 70193 Stuttgart, Germany.                         */
/*****************************************************************************/
/* YDAYSEUR.CMD displays on screen the days of the year of the textfile      */
/* YDAYSEUR.TXT in a window of WARPNOTE. The special effects are:            */
/* 1. it displays not only the days of the current date, but also the days   */
/*    of a changeable range before and after the current date, e.g. 7 days   */
/*    before and 14 days after the current date. The range can vary from 1   */
/*    to 365 days (in leapyears 366 days);                                   */
/* 2. when changing the year, it manages the correct order to display first  */
/*    the days of december and than the days of january, in spite of the     */
/*    fact, that the days in YDAYSEUR.TXT are classified from months 1 to 12;*/
/* 3. the program will compute the anniversary of each date, that has a      */
/*    4-digit-year expression in the year-field of each line in YEARDAYS.TXT,*/
/*    for birthdays etc. (look for the example YDAYSEUR.TXT);                */
/* 4. the program displays the corresponding weekday for each date;          */
/* 5. the program displays the corresponding weeknumber for each date;       */
/* 6. the program stresses the dates of the current date with special lines; */
/* 7. the program changes the hight of the window of WARPNOTE in relation to */
/*    the number of lines, that must be displayed.                           */
/* ------------------------------------------------------------------------- */
/* YDAYSEUR.TXT must be written in a special scheme (formatted) and the      */
/* dates must be already sorted (look for the example).                      */
/* ------------------------------------------------------------------------- */
/*       The program expects _four_ _numeric_ parameters:                    */
/*       MONTHMINUS, MONTHPLUS, DAYMINUS and DAYPLUS.                        */
/*       In addition you have to attend to following rules:                  */
/*       1. MonthMinus+MonthPlus+DayMinus+DayPlus: <= 12 months total,       */
/*       2. DayMinus and DayPlus                 : <= number of days of the  */
/*                                                    correspondig month.    */
/* In any case of incorrect parameters, the program uses                     */
/* DEFAUTS-PARAMETERS: MonthMinus=0, MonthPlus=0, DayMinus=7 and DayPlus=14. */
/* The meanings of the parameters are:                                       */
/* MonthMinus: numbers of months for the range before the current date;      */
/* MonthPlus : numbers of months for the range after the current date;       */
/* DayMinus  : numbers of days for the range before the current date;        */
/* DayPlus   : numbers of days for the range after the current date.         */
/* Example   : the parameters   0 0 7 14   force the program to display only */
/*             dates 7 days before and 14 days after the current date.       */
/* ------------------------------------------------------------------------- */
/* FONT FOR DISPLAY: 5.System VIO. The window of WARPNOTE is created with    */
/* 110 columns and should be _without_ title-bar.                            */
/*****************************************************************************/

