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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:21:30+00:00 2026-05-26T00:21:30+00:00

How can I get the Month/Weekday names in GWT? I try it like this,

  • 0

How can I get the Month/Weekday names in GWT?

I try it like this, but there must exist a better solution for this problem (i hope 🙂 ):

public String getLocalizedName() {
    switch( this ) {
        case Januar:
            return getMonth( 1 );
        case February:
            return getMonth( 2 );
        case March:
            return getMonth( 3 );
        case April:
            return getMonth( 4 );
        case May:
            return getMonth( 5 );
        case June:
            return getMonth( 6 );
        case July:
            return getMonth( 7 );
        case August:
            return getMonth( 8 );
        case September:
            return getMonth( 9 );
        case October:
            return getMonth( 10 );
        case November:
            return getMonth( 11 );
        case December:
            return getMonth( 12 );
    }
    return "";
}

private String getMonth( int month ) {

    return DateTimeFormat.getFormat( DateTimeFormat.PredefinedFormat.MONTH_ABBR ).format( new Date( 2011, month, 1 ) );
}
  • 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-26T00:21:31+00:00Added an answer on May 26, 2026 at 12:21 am

    Not sure if you want to format or just a list of the months/days. The localized string can be obtained
    from DateTimeFormatInfo:

    //returns a String array with localized names of the months
    String[] months = LocaleInfo.getCurrentLocale().getDateTimeFormatInfo().monthsFull();
    
    //returns a String array with localized names of days of the week
    String[] weekdays = LocaleInfo.getCurrentLocale().getDateTimeFormatInfo().weekdaysFull();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a calendar and can make local month names and short weekday names,
I'm wondering if there's an easy way (like using strtotime) whereby I can get
I am kinda stuck about this problem. How can I get the month calendar
So I can get the days with SELECT DATEDIFF(CURDATE(),expires) but not exactly a month
If I have a date like 04-30-2006 how can I split and get month,
What's up with my sysntax, I can't get it right. Is there a better
i have to get the last day of the current month. how can i
I can get the file path with: (message (file-name-directory (or buffer-file-name load-file-name))) But if
I can get this to work: [<DllImport(user32.dll)>] extern bool GetClientRect(nativeint, RECT*) let getClientRect hwnd
I can get the current selected row in this way: private void DataGridView1_CellContentClick(object sender,

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.