Hi Guys
I have a select form element which splits an hour up into 4 segments like so
'0.15' => t('0.15'),
'0.30' => t('0.30'),
'0.45' => t('0.45'),
'1.0' => t('1.0'),
but when it adds it to the database table i get funny input like 14.6 after adding the 0.15 which should have given me 15.0 as the orginal value was 14.45 can someone tell me where i have gone wrong please
Thanks