Editor: Script allows developers to easily embed the functionality of calculating end time from a given start time and span into in 1/2 hour increments.
Features List:
* REQUIRES Cold Fusion 5.0 or MX to run
* Uses "CreateTimeSpan" to translate both start time and time span into minutes. That way only a simple addition is required to determine end time.
* "TimeFormat" is then used to return the start time and end time back to a HH:MM based time format.
* Several of the "TimeFormat" formatting options are provided with this script.
* Page "actions" back to itself, therefore, "cfparam" is required to setup two default parameters (RequestTimeStart, RequestTimeAmount) for initial page load.