IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

Some date format gives incorrect result in dat2char() and dat2str() #290

Open tosapola opened 3 years ago

tosapola commented 3 years ago

Hi,

For example:

>> dat2char(dd(2020,1,1),'DateFormat=','YYYY-MM-DD')

ans =

    '2020--'

(2020b & 20201204)

Best, Tos