Dec 122017
 
This Turbo Pascal code will generate calenders for any year.
File CALR2.ZIP from The Programmer’s Corner in
Category Pascal Source Code
This Turbo Pascal code will generate calenders for any year.
File Name File Size Zip Size Zip Type
CALYR.DOC 1641 703 deflated
CALYR.PAS 6698 2166 deflated

Download File CALR2.ZIP Here

Contents of the CALYR.DOC file


CALYR.PAS --- CALYR.COM


CALYR is a simple program to display a full year calendar (using
2 pages) on the screen.

It accepts years from 1901 to 2099, if a 2 digit year is entered
it assumes 19xx.

You may enter the year as a command line parameter, i.e.
CALYR 85 or CALYR 1985 or CALYR 2001. If there is no year entered on the
command line the program will prompt for it.

The first 6 months are displayed on the first page, tapping any
key will display the last 6 months, then tapping a 1 will return to the
first half or any other key will exit to DOS.

CALYR was written using Turbo Pascal 3.0 on an IBM-PC running
PC-DOS 2.1. There is nothing unique about it so it should run under any
version of DOS. It uses the windowing functions of Turbo and should be
compilable with Turbo Pascal 2.0 also.

CALYR is hereby released to the public domain.

4/28/85

William Chestnut
5800 Sunset Blvd.
Los Angeles, CA 90078
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Revision by Roy Collins

CALYR has been enhanced to also allow printing of the calendar on
a printer. If the letter 'P' is found on the command line, the
requested calendar will be sent to the printer; an 'S' will send it
to the screen. If neither 'S' nor 'P' are in the command line, you
will be asked where to display the calendar.


 December 12, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)