constructing sequence of dates taking into account the calendar year

1 次查看(过去 30 天)
Hi all,
I want to construct a sequence of dates every 28 days. for example
'02/11/08'
'30/11/08'
'28/12/08
I can use the command
cellstr(datestr(datenum({'02/11/08'},'dd/mm/yy')+(0:28:38*28 ),'dd/mm/yy'))
but the problem is that this command does not take int account that some months have 29 days and some others 30 or 31 days. So the clalendar year matters. Any thoughts?thanks

采纳的回答

Oleg Komarov
Oleg Komarov 2012-5-24
datestr(datenum(2008,11:100,28),'dd/mm/yy')
Adjust the length of the months - 11:100 - to your needs.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calendar 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by