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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:28:45+00:00 2026-06-18T11:28:45+00:00

I am trying to parse a Date like this: THU 04/04 – 1PM PST

  • 0

I am trying to parse a Date like this:

THU 04/04 – 1PM PST

I have tried different patterns, and currently I have this one:

SimpleDateFormat formatoFechaHora = new SimpleDateFormat("EEE dd/MM - ha z");
Date daa=formatoFechaHora.parse("THU 04/04 - 1PM PST");

This throws an exception:

java.text.ParseException: Unparseable date: “Thu 02/07 – 1PM PST” (at
offset 0)

What is the right pattern to parse 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-18T11:28:46+00:00Added an answer on June 18, 2026 at 11:28 am

    your should be EEE dd/MM - ha z

    note that EEE is for the day THU and yyyy is for year like 2013.

    EDIT:
    you probably need to set your Locale to ENGLISH explicitly.

    SimpleDateFormat formatoFechaHora = new SimpleDateFormat("EEE dd/MM - ha z", Locale.ENGLISH);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to parse a date that looks like this: 2010-04-05T17:16:00Z This is
I am trying to parse date like this 2012-12-07T16:18:15+05:30 which I am receiving from
I'm trying to parse date like this: Tue Aug 28 21:16:23 +0000 2012 with
I'm trying to parse a rss feed that looks like this for the attribute
I am trying t make a date that comes in like this mm/dd turn
I'm trying to parse an output from a server that looks like this: {
I have a date string in the following format: Thu Oct 20 14:39:19 PST
I'm trying to convert a String date into a Date object like this: DateFormat
I have an xml file that looks like this: <result> <trip duration=03:30> <takeoff date=2010-06-19
I'm trying to parse a string to a date field in an android application

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.