Activity 6 PDF
Activity 6 PDF
MODULE 6
In Excel, you can display the same date in many different ways just by changing the date format.
Usually when you insert a date in a cell it is displayed in the format dd/mm/yyyy.
Now if you change the cell's format to Standard, the cell displays 42370.
In Excel, a date is the number of days since 01/01/1900 (which is the first date in Excel).
Date format
Dates can be displayed in different ways using the following 2 options (available in the Number Format
dropdown in the main menu):
COMP212 – Computer Fundamentals and Programming
To format a date, you just write the parameter d, m or y different number of times. For example, dd/mm/yyyy
will display the 1st of January 2016 as 01 Jan 2016. By entering the codes 1,2,3 or 4 times, the display will be
different.
COMP212 – Computer Fundamentals and Programming