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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:16:09+00:00 2026-05-14T23:16:09+00:00

I want to parse a java.util.Date from a String. I tried the following code

  • 0

I want to parse a java.util.Date from a String. I tried the following code but got unexpected output:

Date getDate() {
    Date date = null;

    SimpleDateFormat sdf = new SimpleDateFormat("EEE MMM dd");
    try {
        date = sdf.parse("Sat May 11");
    } catch (ParseException ex) {
        Logger.getLogger(URLExtractor.class.getName()).log(Level.SEVERE, null, ex);
        return null;
    }

    return date;
}

When I run the above code, I got the following output:

Mon May 11 00:00:00 IST 1970
  • 1 1 Answer
  • 1 View
  • 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-05-14T23:16:09+00:00Added an answer on May 14, 2026 at 11:16 pm

    You have not specified a year in your string. The default year is 1970. And in 1970 the 11th of May was a Monday – SimpleDateFormat is simply ignoring the weekday in your string.

    From the javadoc of DateFormat:

    The date is represented as a Date object or
    as the milliseconds since January 1, 1970, 00:00:00 GMT.

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

Sidebar

Ask A Question

Stats

  • Questions 533k
  • Answers 533k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No, WatiN doesn't expose the HTTP response headers neither Internet… May 17, 2026 at 12:24 am
  • Editorial Team
    Editorial Team added an answer $('.tabs a').click(function() { $('.tabs li').removeClass('active'); (this).parent().addClass('active'); }); and for the… May 17, 2026 at 12:24 am
  • Editorial Team
    Editorial Team added an answer Yes you can do exactly that, you just need to… May 17, 2026 at 12:24 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have parsed a java.util.Date from a String but it is setting the local
I'm having a problem sending java.util.Date objects over RMI, to and from machines in
I have old code that uses new Date(dateString) to parse a date string. Compiling
I want to send email with Arabic content through java mail , but every
I'm using java.text.SimpleDateFormat to parse strings of the form yyyyMMdd . If I try
The string I want to format looks like this: String datetime = 9/1/10 11:34:35
I need something like the C function getservbyname() for a Java application. I've got
I have been debugging some existing code for which unit tests are failing on
I want to change the default error messages being thrown by Spring. I basically
Well, I'm pretty much trying to figure out how to pull information from a

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.