I’ve got a php backend which delivers a time (e.g. ’07:00:00′).
This time is recognized as a string but I need it as a Date.
So what I need is:
Convert a string ’07:00:00′ to a Flex Date object.
Is there a way to do this (without using regular expressions)?
“00”, “00”
setMinutes and setSeconds methods.
Don’t forget that newly created Date object presents current date.