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 7864459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:47:45+00:00 2026-06-02T23:47:45+00:00

My Adobe Flex app relies on taking a user’s details from Facebook, which will

  • 0

My Adobe Flex app relies on taking a user’s details from Facebook, which will later be stored into my database. My remote server has a default date setting of yyyy-mm-dd, yet the birthday field retrieved from Facebook is the American mm-dd-yyyy as a string. I have decided that it makes sense to use my server’s setting, especially as I can use the CURDATE() function. This leaves me in a tricky situation; so how would I go about modifying the string?

I imagined I would have to split the returned value into 3 sub values of day, month and year, then paste them back together in a different order. I have no idea how this would be done in Flex though. Can anybody help?

Thankyou.

  • 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-02T23:47:46+00:00Added an answer on June 2, 2026 at 11:47 pm
    var dateStr:String = "04-29-2012";
    var parts:Array = dateStr.split("-");
    
    
    if(parts == null || parts.length != 3)
    {
      // Input error
    }
    
    dateStr = parts[2] + "-" + parts[0] + "-" + parts[1];
    // Result : 2012-04-29
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an Adobe Flex app, which needs to parse a relativley
I'm building an app for iOS with Adobe Flex builder and compiling it into
I am trying to parse JSON in an Adobe Flex app, using http://www.mikechambers.com/blog/2006/03/28/tutorial-using-json-with-flex-2-and-actionscript-3/'>This Tutorial
I'm making an App using Adobe Flex/Air. I was wondering if there is any
Now I am using Adobe Cirrus in my Flex app, but I think that
I've been experimenting with Adobe Flex recently. Being a long-time server-side web app developer,
I have an Android app created with Adobe AIR and Flex. How can I
Making an adobe flex ui in which data that is calculated must use proprietary
From Adobe docs: labs.adobe.com/technologies/flex/mobile/faq.html#differences it looks like with present SDK (4.5 Hero ) only
I'm trying to pass a build number from Hudson into a Flex application. I've

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.