Just as you used Date Format to convert ColdFusion’s internal dates into user-readable formats you can use Time Format to do the same for times. By default the ColdFusion date format stores information about both date and time and these same values are used by TimeFormat to produce user-friendly strings TimeFormat takes two arguments: TimeFormat(Time ,Mask). By default…