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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:42:41+00:00 2026-06-18T02:42:41+00:00

I am trying to parse 14th March 2011 to a date in Java for

  • 0

I am trying to parse 14th March 2011 to a date in Java for a time converter application… I get 26th Dec 2010… Please help.

import java.util.*;
import java.text.*;

class date {
    public static void main(String[] args) {
      try {
        String timestampOrig = "11/03/14,15:00:00";
        SimpleDateFormat inFormat = new SimpleDateFormat("YY/MM/dd','HH:mm:ss");
        Date parseDate = inFormat.parse(timestampOrig);
        System.out.println("parsed date: " + parseDate.toString());
      }
      catch(ParseException pe){
      }
    }
}

output:

parsed date: Sun Dec 26 15:00:00 EST 2010

  • 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-18T02:42:42+00:00Added an answer on June 18, 2026 at 2:42 am

    YY should be yy (in lower case). You can find the list of available characters and their meaning in the documentation.

    Out of curiosity, more information about YY, which is for week year, here (not 100% sure what it is to be honest).

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

Sidebar

Related Questions

Trying to parse time from string, but get this error. Tried few formatting string.
Am trying to parse this HTML document to get the contents of flight, time,
In trying to parse a date, I have been racking my brain for hours:
Trying to parse out this xml file to get a list of Elements but
I am trying to parse this date with SimpleDateFormat and it is not working:
trying to parse this as datetime : 2011.03.13-21:15:04+511.0597 using Console.WriteLine(DateTime.ParseExact(2011.03.13-21:15:04+511.0597, yyyy.MM.dd-hh:mm:ss+ttt.tttt, CultureInfo.CreateSpecificCulture(en-US)).ToString()); but it
When trying to parse an empty string I get a SyntaxError . Why does
Im trying to parse the following ISO formated date in Ext (Sencha Touch 2),
Im trying to parse a String thats a date 2012-07-15T20:55:33+00:00, however I keep getting
im trying to parse exact a date based on the capture of information of

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.