Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8835147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:11:36+00:00 2026-06-14T09:11:36+00:00

Actually in my Flex Application i’m passing Date(in String format) as well as Timezone(String

  • 0

Actually in my Flex Application i’m passing Date(in String format) as well as Timezone(String format) convert into Date type but it is not converting Date type … it is giving null value and my

sample code like this…

       var tzDate:String="20012-12-12";
       var tzString:String=tzComboBox.selectedItem;//hear value GMT+0530
       var startDate:Date = DateField.stringToDate(tzDate+" "+tzString,"YYYY-MM-DD TZD");
       Alert.show(startDate);//hear value giving "Null"

The problem is it’s not converting Date format…Plz Help me

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:11:37+00:00Added an answer on June 14, 2026 at 9:11 am

    use parse function and format date before parsing

    var tzDate:String="2012-12-12";
    var tzString:String="GMT+0530";
    
    var dateformat:DateFormatter = new DateFormatter();
    dateformat.formatString = "YYYY/MM/DD";
    
    var dateStr:String = dateformat.format(tzDate) +" "+ tzString;
    //dateStr is 2012/12/12 GMT+0530
    var startDate:Date =  new Date(Date.parse(dateStr));
    Alert.show(startDate.toString());
    //Show Date of Local time Zone
    //Tue Dec 11 21:30:00 GMT+0300 2012
    

    Hopes that Helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating a facebook application in flex. I'm actually working on the friends component
My Flex 3 application has some modal dialogs displayed via the PopUpManager, but there
I'm trying to draw a bitmap in flex,the original bitmap is but, actually it
Actually i have created one dashboard in flex. But now i want to integrate
I'm trying to create a facebook application that is flash (actually flex 4.1) based.
Actually in my Flex Application DataGrid column getting one value like Sat Sep 1
I'm quite new to Flex and wondered if other developers actually use its stylesheet
Actually I am developing one application in that when application run first time it
Actually I am new to jquery as well as web designing Now I need
Actually I am working on this for the last 3 or 4 weeks but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.