Hi Dhileepen, Use DateFormatter class to format the date field before posting it to PHP.
Check this sample for DateFormatter class http://blog.flexexamples.com/2007/07/30/formatting-dates-using-the-dateformatter/ Thanks Elango On 11 Nov, 12:47, "dhileepen chakravarthy" <[EMAIL PROTECTED]> wrote: > Hi everyone, > How to pass date value to PHP > > For example > > <mx:DateField x="275" y="190" id="datef" /> > > <mx:HTTPService id="process_demographics" result="handleResultXMLp_d(event)" > fault="loginFault(event)" method="POST" url="http://localhost/flex/cd.php" > useProxy="false"> > <mx:request xmlns=""> > <dov>{datef.value}</dov> > </mx:request> > </mx:HTTPService> > > I am using datef.value , it is not working. I need to pass the date vaule in > MM/DD/YYYY format to php > > Help me ! > > Regards, > Dhileepen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

