Hi Madan,

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





Madan Narra-2 wrote:
> 
> As I said earlier, Am expecting a DATE object without TimeZone. Formatting
> a
> Date Object returns me a String !!
> 
> Also, I tried Converting the Date to UTC or using the UTC methods
> available.
> They didnt help me out.
> 
> Madan N
> 
> --
> 
> 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=.
> 
> 
> 
> 

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

--

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