TheGU / fin-ally

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

date editing format issue #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
editing the date column in the grid causes a strange formatting result, in 
which the time shows up with all zeros.

Original issue reported on code.google.com by Daniel.S...@gmail.com on 2 Nov 2010 at 10:25

GoogleCodeExporter commented 9 years ago
dates are stored as strings in the database, and editing is causing us to 
generate the entire datetime string (M/D/Y/H/M/S). We need to strip this down 
to just the date component before passing it into the database.

Original comment by Daniel.S...@gmail.com on 2 Nov 2010 at 11:00

GoogleCodeExporter commented 9 years ago
issues were rolled into release v1.5

Original comment by Daniel.S...@gmail.com on 29 Nov 2010 at 2:24