Day of year to Month, Day of Month (ddd2mmdd.m)

Version 1.1.0.0 (414 Bytes) by Daniel Okoh
Converts day of a year to corresponding month and day of the month
625 Downloads
Updated Tue, 28 Apr 2015 14:34:45 +0000

View License

ddd2mmdd is a MATLAB function that converts the day of year to corresponding month and day of the month.
Syntax is:
[mm,dd]=ddd2mmdd(yyyy,ddd)
to convert day ddd of year yyyy to corresponding month mm and day of month dd of the same year.

Cite As

Daniel Okoh (2024). Day of year to Month, Day of Month (ddd2mmdd.m) (https://www.mathworks.com/matlabcentral/fileexchange/46699-day-of-year-to-month-day-of-month-ddd2mmdd-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Dates and Time in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

ddd2mmdd new/

Version Published Release Notes
1.1.0.0

The function was updated to additionally be able to work with vectors, and not only scalars. Inputs can now be either vectors or scalars. Jan Simon inspired the update

1.0.0.0