how to change format of date from mm dd yyyy to dd-mmm-yyyy in MS Excel

+1 vote
I need to upload data onto a software from my excel sheet. however the format of is not changing from mm/dd/year (e.g 08/28/18) to dd-mmm-year (e.g 28-Aug-2018 or 28-Aug-18)

please assist.
Apr 11, 2022 in Database by Edureka
• 13,690 points
159,694 views
15 /06/1997 please help me English meaning ddmm yyyy

1 answer to this question.

0 votes

First, pick the cells that contain dates, then right-click and select Format Cells. Select Custom in the Number Tab, then type 'dd-mmm-yyyy' in the Type text box, then click okay. It will format the dates you specify.

how to change format of date from mm/dd/yyyy to dd-mmm-yyyy in MS Excel -  Stack Overflow

answered Apr 11, 2022 by gaurav
• 23,260 points
This is not a formula
The issue is the format not changing to 'dd-mmm-year'. I use MS Office 2007 and this format which is available under Locale : English (United Kingdom) works fine for me but the option 'dd-mm-yyyy' displays all dates below 10 (i.e., 1-9) as 'mm-dd-yyyy'. For eg., Under 'dd-mm-yyyy' (either Custom or Preset), if you type 14/01/2022 it displays as it is but if you type 09/01/2022 it will display 01/09/2022. When double clicking the cell the correct value still appears though. Any single digit date (under the number 10) causes the cells to display the month first.
0 votes
this problem is occured due to windows date and reginal setting. go to the date and region setting in control panel and change setting from mm-dd-yy to dd-mm-yy. problem is solved.
answered Mar 4, 2023 by Mritunjay

edited Mar 5
0 votes
i am using in angular its work 2018-Aug-28 this type  u can change particular format u wont

this.dob is ng model name used

 let birthDate = new Date(this.dob);

     this.dob = birthDate.toLocaleDateString('en-GB', {

       year: 'numeric', month: 'short', day: 'numeric'

     }).replace(/ /g, '-');

   

 console.log(this.dob)
answered Apr 13, 2023 by manisha

edited Mar 5

Related Questions In Database

0 votes
0 answers
0 votes
0 answers

Convert date from dd-mm-yyyy to yyyy-mm-dd in SQL Server

Given date: DECLARE @Date1 VARCHAR(50) = '30-01-2015' I want ...READ MORE

Aug 18, 2022 in Database by Kithuzzz
• 38,000 points
6,369 views
0 votes
1 answer

How to convert date to a format `mm/dd/yyyy`

My date of birth change READ MORE

answered Feb 23, 2023 in Database by anonymous

edited Mar 5 4,465 views
0 votes
1 answer

Convert Date format into DD/MMM/YYYY format in SQL Server

Using convert() and style 106, you can ...READ MORE

answered Feb 23, 2022 in Database by Vaani
• 7,070 points
14,535 views
0 votes
1 answer

Retrieve epay.info Balance with VBA and Excel

This code should log you in, provided ...READ MORE

answered Sep 5, 2018 in Blockchain by digger
• 26,740 points
1,421 views
0 votes
1 answer

ImportError: openpyxl is required for loading excel format files

Forget the PsychoPy complications for the time ...READ MORE

answered Oct 3, 2018 in Python by Priyaj
• 58,020 points
1,254 views
0 votes
1 answer

In Blue Prism how to split excel column data into TWO columns

This is how I am doing it. Dim ...READ MORE

answered Oct 15, 2018 in RPA by Priyaj
• 58,020 points
4,498 views
0 votes
1 answer

Excel Power Query: Using List.MatchAny on a column value

try this. let TableA = ...READ MORE

answered Oct 22, 2018 in Power BI by Annie97
• 2,160 points
4,477 views
0 votes
1 answer

How to convert date to general in excel without losing format?

The steps are as follows: Copy the dates ...READ MORE

answered Apr 1, 2022 in Database by gaurav
• 23,260 points
43,007 views
0 votes
1 answer

How to sort dates from Oldest to Newest in Excel?

Drag down the column to select the ...READ MORE

answered Feb 23, 2022 in Database by gaurav
• 23,260 points
5,388 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP