chetanvaity / vaishali

Automatically exported from code.google.com/p/vaishali
0 stars 0 forks source link

Date entry should be easy #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should have examples and multiple supported easy formats.

Also take care of historical dates (BC-AD).

Use the same in new form, edit form.

Original issue reported on code.google.com by chet...@gmail.com on 28 Aug 2010 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by chet...@gmail.com on 28 Aug 2010 at 2:48

GoogleCodeExporter commented 9 years ago
  * Now the "New" and "Edit" forms show hints about accepted date formats
  * The controller should check the date string format and convert it to "number of days" integer.
  * If format is ad or conversion cannot happen, controller should render an error message on the form.
  * If all is OK, save the event in DB - save dates as number of days since 0 AD - positive or negative.

Original comment by chet...@gmail.com on 4 Sep 2010 at 4:35

GoogleCodeExporter commented 9 years ago
Issue 7 has been merged into this issue.

Original comment by chet...@gmail.com on 5 Sep 2010 at 2:51