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.
(Düzenli ifadeler kullanmadan) bunu yapmanın bir yolu var mı?