
11 Jul
2007
11 Jul
'07
6:48 p.m.
On 11/07/07, Martin Min <lingvisa@gmail.com> wrote:
It looks like the constructor of 'date' has three parameters year, month, day. What about if I just want to construct a Date with 'year'?, because this is typical in text, like "In 1991, ...".
For me it is important to represent dates like "1998", without any month or day mentioned.
"In 1991" just means somewhere in [ 19910101T000000, 19920101T000000 ), so perhaps you can deal in ranges of dates instead?