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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:30:39+00:00 2026-05-25T13:30:39+00:00

Using Java String.format() how do I format a string to result in Time –

  • 0

Using Java String.format() how do I format a string to result in “Time – userId” (ie. 3:02 pm – joe user).

I have worked several iterations, and I think it is the space between the minutes and the am/pm that is throwing me off. My last iteration is

String.format("%1$tl:%1$tM %1$tp - %2s", new Date(), "joe user");

I am about to punt and use a SimpleDateFormat, but thought I would ask here first.

  • 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-25T13:30:40+00:00Added an answer on May 25, 2026 at 1:30 pm

    You need %2$s to get the second argument, as shown below:

    String.format("%1$tl:%1$tM %1$tp - %2$s", new Date(), "joe user")
    

    prints:

    4:56 pm - joe user
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using String.format() in Java trying to emulate the printf() control channel available in
It turns out that the week-of-year using ww as a java date format string
I want to format a string containing JSON data using Java. Does anybody know
I am trying to convert a string to proper date format using Java's SimpleDateFormat
I am wondering if it is possible, using the String.format method in Java, to
I get the following warning when using java.net.URLEncoder.encode : warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder
I am using Java back end for creating an XML string which is passed
We try to convert from string to Byte[] using the following Java code: String
Every method I write to encode a string in Java using 3DES can't be
I know how to find a method in java using a fixed string, someClass.getMethod(foobar,

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.