i have 2 fields "Hours" Integer and "Minutes" integer and i need to format them into 0.00 Integer field
reason for this is because our time table doesn't store the actual time 24hrs and 60 min, instead it uses numeric number 0 to 100 and 101 being 1hour and 1min but it needs to be converted to 25int per 15 min so 1hour and 25 min needs to be 1.50
i have no control over the time table so i cant make any adjustments to tables
i am able to make function to do the conversion of numbers but all i can do is make a string to look i need it to.
does anyone know how i can convert it to Integer?