<CF_TIME>
  Creates an Input field inside a form With Full Time & Validation Control
  USAGE
<cf_time form="MyForm" name="HoursInDay" mdelta="5" value="23:24">

  ATTRIBUTES

ATTRIBUTE DESCRIPTION
NAME [REQUIRED] Name of input field
FORM [REQUIRED] Name of form the input field is in
IMAGESDIR [REQUIRED*] Location of button images (up.gif & down.gif)
* will work without it , only it will receive images from http://www.shlomygantz.com/coldfusion/customtags
which could take some time
SIZE [OPTIONAL] Size of input field (default = 5)
VALUE [OPTIONAL] Initial value of input field in HH:MM format (default = 00:00)
MDELTA [OPTIONAL] Minutes difference , must be a devider of 60 (default = 10)

  SPECIAL FEATURES

Online Realtime Validation - Accepts only changes that match the HH:MM format
and the preset minutes interval
  COMPATIBILITY
Netscape 3.* , 4.*
Explorer 3.* , 4.*
  BUGS / FEATURE REQUESTS
shlomygantz@hotmail.com
  EXAMPLE
http://www.shlomygantz.com/coldfusion/customtags
  INSTALATION
Place the file time.cfm in your CFUSION\CUSTOM TAGS directory
Place the image files up.gif & down.gif in any directory under your HTTP root
  VERSION 1.1
01/01/99 - Changed to prevent from repeating javascript code.