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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:09:17+00:00 2026-06-17T09:09:17+00:00

how to display the date in this below format using jQuery. Thursday, January 08,

  • 0

how to display the date in this below format using jQuery.

Thursday, January 08, 2013

I saw some plugins but wondering if there is a way without using any plugin.

Please advise if there is a straightforward answer using JavaScript, that’s fine too.

  • 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-17T09:09:17+00:00Added an answer on June 17, 2026 at 9:09 am

    Here’s a quick/simple example of what you’re asking for:

    EDIT – I’ve update the code for reuse and include the day 0 padding change.

    var d = new Date();
    console.log(formatDate(d)); 
    
    function formatDate(d){
        var months = ["Januaray", "February", "March"]; //you would need to include the rest
        var days = ["Sunday", "Monday", "Tuesday"];//you would need to include the rest
        return days[d.getDay()] + ", " + months[d.getMonth()] + " " + (d.getDate() < 10 ? "0" + d.getDate() : d.getDate()) + ", " + d.getFullYear();
    }
    

    Output for today: Tuesday, Januaray 08, 2013

    EXAMPLE

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

Sidebar

Related Questions

I have the need to display a date in this format: dd/mm/yyyy. This is
i want to display the current date in this format Wednesday march 28,2012 ,
Trying to display current time with PHP (using this ): $date = date('m/d/Y h:i:s
I want to display date like this in my website Wednesday, March 03, 2010
How do I properly display the date and time in AngularJS? The output below
The server returns date in JSON as below, { LastUpdated: \/Date(1310117748850)\/ } I'm using
I am actually using this calendar source code, but I did encountered a problem
I am working in JavaScript. I have date in below format: Tue Sep 18
Dear fellow homo sapiens, I've created this graph using the code below (except without
I have this code & I've tired using JQuery's appendTo() function to get this

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.