Abri Freebie calendar for FPW/VFP5
==================================

NOTE: The VFP edition can be changed
easily to other international languages
by editing a few strings in the "init" method.

FPW:
====
The generated code is cal.prg (instead of cal.spr)
and it returns the date selected.
It is simple to use

DateSelected = Cal()

Or if you want to use an initial starting date
you can use it as

DateSelected = Cal(InitialDate)

or a specific example:

DateSelected = Cal({01-17-1991})

VFP:
====
Since this is a form you need to use

DO FORM CAL TO DateSelected

OR you can use an initial starting date value

DO FORM CAL WITH {01/01/90} TO DateSelected

=========

In either case 
1. you can press Esc key to cancel selection screen/form
2. not selecting a date (cancel) returns the empty date value.

=============================
Courtesy of Abri Technologies
http://www.abri.com

Check various Abri pages for other useful utilities and software.

Disclaimer.
===========
The calendar screen/form is supplied as is without warranty of
any kind. You use it at your own risk.
