--
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_...@googlegroups.com.
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=.
Below method might be useful for you.
public static function getDateWithoutTime(date:Date):Date{
var dateFeild:DateField = new DateField();
dateFeild.selectedDate = date;
return dateFeild.selectedDate;
}
This method will return the date without time
> --
>
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=.
>
>
>
>
--
View this message in context: http://old.nabble.com/-flex_india%3A26696--Get-Date-Object-without-TimeZone-tp26387298p26977121.html
Sent from the Flex India mailing list archive at Nabble.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.