If you want to know how many days into the year are we, or what day number of the year is it?
Today's date in MM/DD/YYYY format: 09/20/2025
Today's date in DD/MM/YYYY format: 20/09/2025
Today's date in YYYY-MM-DD format: 2025-09-20
Today's date in YYYY-DD-MM format: 2025-20-09
* Explanation: MM (month), DD (day), YYYY (year).
The current Unix epoch time is 1758408472
The current RFC 2822 time is
The current ISO 8601 time is
Today's day number is: 263 out of 365 days in 2025.
How many days have passed this year? 263 days.
How many days are remaining in this year? There are 102 remaining days in 2025.
What day of the week is it? Today is Saturday.
How many days are left in this year? 102 days.
Percentage of the year. 0.72% passed. 27.95% left
Leap year? No
Dailight Savings Time ? Yes
Current week number in ISO 8601 week-numbering system is: 38 out of 52 weeks.
Week starts: Monday, September, 15
Week ends: Sunday, September, 21
Current week number in US standard format is: 38 out of 52 weeks.
Week starts in US: Sunday, September, 14
Week ends in US: Saturday, September, 20
Current month number is: 9 out of 12 months.
Current month name: September
The day number or day of the year (DOY) represent the number of days in the year ranges from 1 to 365 (in 2025), with January 1 being the first day. Today is 263 day of the year. After today, this year will have 102 days remaining.
30 days from today: October 20, 2025
60 days from today: November 19, 2025
90 days from today: December 19, 2025
If you’re a big fan of Excel or Google Sheets and need the current day number for your accounting, planning, or project management, then you can use the following formula:
=TODAY() - DATE(YEAR(TODAY()); 1; 0)
Alternatively, when you need to calculate the number of days between a specific date and today in Excel, then use this formula:
=A1 - DATE(YEAR(A1), 1, 0),Where A1 is the date when you want to start the counting from.