TheGU / fin-ally

Automatically exported from code.google.com/p/fin-ally
GNU General Public License v3.0
0 stars 0 forks source link

regex based grid cell editing for dates #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Editing the date cell of an expense in the grid triggers a call to the datetime 
function strptime, which tries to parse the date string the user entered. For 
example, if the user enters "1/2/2010", this gets passed to strptime and will 
be turned into a datetime timestamp and pushed into the database.

The mechanism must be coded so that the user can enter a date in one several 
standard formats. For example 1/2/2010, 1-2-2010, 1.2.2010, Jan 2, 2010, etc... 
If the user enters a string that does not match anything, a default date should 
be applied (perhaps 1/1/1).

Original issue reported on code.google.com by Daniel.S...@gmail.com on 11 Oct 2010 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by Daniel.S...@gmail.com on 11 Oct 2010 at 12:56

GoogleCodeExporter commented 9 years ago
closed as part of the v1.3 release

Original comment by Daniel.S...@gmail.com on 11 Oct 2010 at 1:06

GoogleCodeExporter commented 9 years ago
closed as part of the v1.3 release

Original comment by Daniel.S...@gmail.com on 11 Oct 2010 at 1:06