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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:21:13+00:00 2026-05-24T20:21:13+00:00

How would I format the date, if I only need it to print the

  • 0

How would I format the date, if I only need it to print the month (MMM), date (DD) and the hour (HH)?

So output would look something like:

Jul 18 9

(that being July 18th 09:00).

I’ve tried the following

private static void createDate () {

    String startConcat = startMonth + " " + startDate + " " + startTime;
    DateFormat start = new SimpleDateFormat ("MMM DD H");

    try {
       Date date = (Date)start.parse(startConcat);
       System.out.println(date);

    } catch (ParseException e) {
    }
}

Also it doesn’t seem to read my month properly too…I am getting this as an output

Sun Jan 18 09:00:00 EST 1970

any help would be deeply appreciated.

  • 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-24T20:21:14+00:00Added an answer on May 24, 2026 at 8:21 pm

    You should use the format (javadoc) method.

    private static void createDate () throws Exception {
        String startConcat = startMonth + " " + startDate + " " + startTime;
        DateFormat formatter = new SimpleDateFormat ("MMM DD H");
    
        Date date = (Date) formatter.parse(startConcat);
        System.out.println(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 date and I would like to format the date like that:
i would like to set the date format of all the dates in my
I need to write the code that would format the value according to the
I have the following date format: 2010-04-15 23:59:59 How would I go about converting
How would I format the standard RSS pubDate string as something closer to ASP.NET's
Given the following schema / data / output how would I format a SQL
I would like to format a price in JavaScript. I'd like a function which
I was trying to create an IFormatProvider implementation that would recognize custom format strings
I have a workbook with two sheets. I would like to format the cell
I have written the following in my gridview i would like to show only

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.