From 7c5936549f0880af08fb5bc210d55cc951a1bbfa Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 12 Jun 2013 15:01:51 +0200 Subject: [PATCH] doc: dynDate: remove documentation about empty date (functionality in code to be removed at a later date). --- doc/dynare.texi | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 3c7ef9180..16f64f163 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -7886,12 +7886,8 @@ Returns a @code{dynDate} object that represents a date. If the value passed is an @code{INTEGER}, return a date of annual frequency. -If the value passed is a @code{STRING}, you can declare an empty or -non-empty @code{dynDate} object. If instantiating an empty -@code{dynDate} object, the argument can take one of the following -values representing its frequency: @code{`Y'}, @code{`Q'}, @code{`M'}, -or @code{`W'}. If creating a date with a value, it should be passed in -one of the following formats: @code{`1999'} for an annual date, +If the value passed is a @code{STRING}, it should be passed in one of +the following formats: @code{`1999'} for an annual date, @code{`1999q4'} for a quarterly date, @code{`1999m12'} for a monthly date, and @code{`1999w52'} for a weekly date.