Excel contains many formats of dates, that can be easily described to a particular cell in an Excel worksheet. So, these multiple standards of Date formats can be applied to the cell that contains data values.
Excel Date format can be used in different ways and there are multiple formats available in Excel by default but if you want to make your own custom date format then this is also possible in Excel.
Dates are stored as Positive Integer in Excel. An example is given below:
Excel provides a very easy way to apply date formats with a single click. In the Home ribbon at the top, you will find an option of drop-down with text General. Click on this drop-down list and choose the required format of a date.
This is just a simple process to apply the date format using the Home ribbon’s drop-drop list option. Do as written below:
Excel’s drop-down list contains only two formats of dates as shown in the below image. You can select one of the options to apply the format on the date in the cell. The date format depends on the version of Excel present on the computer or Laptop, so it may vary.
Excel contains many types of Date Formats that can be easily accessed by a dialogue box called Format Cells. Just need to select a cell that you want to format with the required date format.
Inside the Format Cells dialogue box:
Excel allows its users to define their own custom format of Date and can use in the Excel cells instead of using the pre-defined formats of Date.
This is simply a process to apply custom Date formats in Excel, not a typical procedure. As defined below:
Inside the Format Cells dialogue box:
d-Represents the Day of the month or a Day of the week: | |
---|---|
d | one or two-digit representation (e.g. 1, 12) |
dd | two digit representation (e.g. 01, 12) |
ddd | abbreviated day of week (e.g. Mon, Tue) |
dddd | full name of a day of the week (e.g. Monday, Tuesday) |
m-Represents the Month: | |
m | one or two-digit representation (e.g. 1, 12) |
mm | two digit representation (e.g. 01, 12) |
mmm | abbreviated month name (e.g. Jan, Dec) |
mmmm | full name of month (e.g. January, December) |
y-Represents the Year: | |
yy | 2-digit representation of year(e.g. 99, 01, 15) |
yyyy | 4-digit representation of year(e.g. 1999, 2001, 2015) |
Format Definition | Formatted Date |
---|---|
mm/dd/yy | 06/29/23 |
m/d/yyyy | 6/29/2023 |
ddd mmm-dd-yy | Thu Jun-29-23 |
dddd mmmm dd yyyy | Thursday June 29 2023 |