Re: converting short time to seconds

2011-09-16 Thread Sarah Reichelt
> This code rather than my prose probably explains better what I'm after: > > on mouseUp >   set the twelveHourTime to false >   put the short time into tSomeClockTimeTodayInSeconds >   convert tSomeClockTimeTodayInSeconds to seconds >   put tSomeClockTimeTodayInSeconds into tSameClockTimeTomorrowI

converting short time to seconds

2011-09-16 Thread Nicolas Cueto
Hi, This code rather than my prose probably explains better what I'm after: on mouseUp set the twelveHourTime to false put the short time into tSomeClockTimeTodayInSeconds convert tSomeClockTimeTodayInSeconds to seconds put tSomeClockTimeTodayInSeconds into tSameClockTimeTomorrowInSec