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
-~----------~----~----~----~------~----~------~--~---

Reply via email to