Skip to content
Snippets Groups Projects
Verified Commit e623fa6f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: document alternative syntaxes for annual and bi-annual dates

[skip ci]
parent 0431bc7b
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,15 @@ Dynare understands dates in a mod file. Users can declare annual, bi-annual,
quarterly, or monthly dates using the following syntax::
1990Y
1990A
1990S2
1990H2
1990Q4
1990M11
Note that there are two syntaxes for annual dates (`1990A` is equivalent to
`1990Y`), and for bi-annual dates (`1990H2` is equivalent to `1990S2`).
Behind the scene, Dynare’s preprocessor translates these expressions
into instantiations of the MATLAB/Octave’s class ``dates`` described
below. Basic operations can be performed on dates:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment