Reading dates: Fix a bug, and allow American-style dates
commitdd6043cb3aadbdad7ffd1577af4fdbec3c432f43
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 26 Feb 2010 07:56:39 +0000 (26 08:56 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 26 Feb 2010 07:58:30 +0000 (26 08:58 +0100)
tree4bbf7e1cd0fafbc245559be66c36decc326442cc
parent32da182a9063fe56471d7fcfe5f8af3699f90285
Reading dates: Fix a bug, and allow American-style dates

This patch implements reading American dates, like

2/5/3         --> 2003-02-05
2/5           --> ????-02-05

Is also fixes a bug that would force the current year when reading a
date like 2/5 (American) or 2-5 (ISO), and in this way would prevent
`org-read-date-prefer-future' to do its job.  This bug was reported by
Lukasz Stelmach.
doc/ChangeLog
doc/org.texi
lisp/ChangeLog
lisp/org.el