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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:38:07+00:00 2026-05-20T01:38:07+00:00

I have string of format 01-Jan-11 and I need to parse it to a

  • 0

I have string of format 01-Jan-11 and I need to parse it to a Date in the format of 01-Jan-11.
Problem is when I try to do that always I got out put some thing like below.
Mon Jan 01 00:00:00 GMT+05:30 2011

Can some one pls help me to do that?

try {

 String str_date="11-Jan-11";
 DateFormat formatter ; 
 Date date ; 
      formatter = new SimpleDateFormat("dd-MMM-yy");
          date = (Date)formatter.parse(str_date);    
           System.out.println("Today is " +date);
} catch (ParseException e)

{System.out.println("Exception :"+e);    }    
     }

Time Zone is GMT+05:30 Kalkata

  • 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-05-20T01:38:07+00:00Added an answer on May 20, 2026 at 1:38 am

    You are correct in that parse converts a string to a date. Your issue that you’re taking the date and sending it to println, which essentially calls its toString, which has all the other stuff that you don’t want (seconds, GMT offset, etc). Since you already have a formatter configured to your needs, simply use its format method:

    System.out.println("Today is " + formatter.format(date));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a string date in the following format Thu Jan 5 19:58:58 2012
I have s string in following format dd/MMM/YYYY:HH:mm:ss (e.g 13/Jan/2011:08:23:34 ) I need to
It turns out that the week-of-year using ww as a java date format string
I have a date in String format, mm/dd/yyyy I want to convert this to
Hi I have the following date as String format. Input 2010-04-20 05:34:58.0 Output I
I have unstructured string. From this I need to find the date. Example: [expected
I have this code that converts an array of date strings from a format
I have a string value which I need to get the middle bit out
I have a date in this formart: Wdy, DD-Mon-YY HH:MM:SS GMT that I need
I have dates in this format: Jan. 4, 2011 I need to convert these

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.