UFLTDATE.DLL is designed to support numeric date field in YYMMDD / YYYYMMDD
format for Crystal Report Writer 16 bits version. For 32 bits version (Window
95), use U2LTDATE.DLL instead.

To install, please copy UFLTDATE.DLL to your Crystal Report Writer
subdirectory.

Bring up your Crystal Report Writer, use insert formular option to print a
date field on the report:
   NumberToDate(Number)

For example, if user wish to print Customer Account Start Date on report:
   NumberToDate({arcusfil.cus_start_dt})
