Added the possibility to extract a dynDate object from a dynDates object.
*Example* If a dynDates object is built as follows d1 = dynDate('1966Q4'); d2 = dynDate('2013Q1'); dd = d1:d2; then dd(2) is a dynDate object (should be equal to dynDate('1967Q1')).
Please register or sign in to comment