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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:39:33+00:00 2026-05-20T10:39:33+00:00

I have dates being output in this format: 14-MAR-2011 (DD-MMM-YYYY) for example. Is it

  • 0

I have dates being output in this format: 14-MAR-2011 (DD-MMM-YYYY) for example.

Is it possible, using jQuery to convert this to: 03\11 (MM\YY) ?

  • 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-20T10:39:33+00:00Added an answer on May 20, 2026 at 10:39 am

    Yes.
    You can try:

    var value = $.datepicker.parseDate("dd-M-yy",date);
    return $.datepicker.formatDate("dd\mm",value);
    

    See datepicker API

    You just need jquery.ui (maybe you use it…)

    but how would I now make your code
    work to format all dates say in a div
    classed “date”? eg: 14-MAR-2011

    Somerthing like that in your jquery script (not tested, but should works after corrected possible bugs ;):

    $('.date').each(function(idx,elt) {
      var value = $.datepicker.parseDate("dd-M-yy",$(elt).html());
      $(elt).html($.datepicker.formatDate("dd\mm",value));
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have dates in the format 2008-12-23T00:00:00Z . This look a lot like a
I have two dates in format(MM/dd/yyyy hh:mm:ss:SS). For the both dates I have converted
I have dates in the following format (yyyymmdd, 18751104, 19140722)... what's the easiest way
I am using MS SQL Server 2005, I have dates stored in epoch time
I have two dates (parsed using str2time ). How can I tell if one
I have the following string being output into a textarea as a variable in
I have two dates: how do I compare which one is greater date in
i have two dates ValidFrom : 20-04-2010 validTo : 02-05-2010 i need to know
If I have two dates (ex. '8/18/2008' and '9/26/2008' ), what is the best
My web application consists of library type system where books have due dates. I

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.