Dates and Times



This web pages displays the exact dates and times. If you come to this web page everyday. The Dates and times will change. This page gets the exact date and time from the website where I registered my domain. It is not HTML code, it is PHP coding.


1. This will display as today's day, month, number of day, and full year.
Friday, April 4th, 2025

2. This will display the day of the month with 2 digits with leading zeros. Example 01
04

3. This will display the day of the month without zeros. Example 1 to 31.
4

4. This will display the day with three letters. Example Sun
Fri

5. This will display the full name of the day. Example Sunday
Friday

6. This will display the full name of the month. Example January
April

7. This will display the month with the first three letters. Example Jan
Apr

8. This will display the exact day number in a year. Example 0 through 365
93

9. This will display the numeric representation of the day of the week. Example 0 for Sunday, 6 for Saturday.
5

10. This will display the week number in a year. Example 42 is the 42nd week of the year.
14

11. This will display the numeric representation of a month with leading zeros. Example 01 to 12.
04

12. This will display the numeric representation of a month without leading zeros. Example 1 to 12.
4

13. This will display the last day in the given month. Example 28, 29, 30 or 31.
30

14. This will display whether if it is a leap year. Example if 1 is a leap year, otherwise 0
0

15. This will display the full representation of the year with four digits. Example 1993.
2025

16. This will display the representation of the year with two digits. Example 93.
25

17. This will display the Lowercase Ante meridiem and Post meridiem. Example am or pm.
am

18. This will display the Uppercase Ante meridiem and Post meridiem. Example AM or PM.
AM

19. This will display the 12 hour format time without zeros. Example 1 to 12.
4

20. This will display the 24 hour format time without zeros. Example 1 to 23.
4

21. This will display the 12 hour format time with zeros. Example 01 to 12.
04

22. This will display the 24 hour format time without zeros. Example 01 to 23.
04

23. This will display the minutes with leading zeros. Example 00 to 59.
44

24. This will display the seconds of a minute in the current time with leading zeros. Example 00 to 59.
If you click refresh on your web browser, the number will change.
13

25. This will display the exact time in the 12 hour format including AM or PM.
4:44 AM

26. This will display the exact time in the 24 hour format including AM or PM.
4:44 AM

27. This will display the exact time in the 12 hour format including seconds, including AM or PM.
4:44:13 AM



Click here to view php code of this web page.