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

  • Home
  • SEARCH
  • 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 8268529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:55:18+00:00 2026-06-08T05:55:18+00:00

I am doing Json parsing and retrieving a Date from it. I am getting

  • 0

I am doing Json parsing and retrieving a Date from it. I am getting in this format 2012-07-24 but i want to display it in this format Tuesday July 24, 2012.

Can anybody suggest how I can achieve this?

  • 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-08T05:55:20+00:00Added an answer on June 8, 2026 at 5:55 am

    Use

    String s;
    Format formatter;
                      //  vvvvvvvvvv  Add your date object here
    Date date = new Date("2012-07-24");
    
    formatter = new SimpleDateFormat("EEEE MMMM dd, yyyy");
    s = formatter.format(date);
    System.out.println(s);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i m doing json parsing and i getting response for data like date:1330387200 so
I was doing Json parsing. As of now, I was reading it from a
I'm parsing JSON and getting an array of objects with javascript. I've been doing
I'm parsing a JSON array returned from YouTube, and while doing so I created
I'm parsing a JSON response via $.ajax() and building a form from this object's
I'm grabbing some JSON from YQL, parsing it into a list. Then I want
i am doing jSon parsing in C# (ASP).The problem is that when the JSON
I am doing some json parsing in a bash script: curl http://myurl.com/get.json | sed
what I am doing is creating a form using JSON this form can then
From a security perspective, I can see simply doing an 'eval' on incoming JSON

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.