rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

let the user define the DateTime format string in user.ini #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when a DateTime value is written to a string field the format includes the time 
value as well.

It will be best if the user decides which format the Data Manager should use. 
This format could then be read from user.ini.

T3K:
DateTime.ToString will do this, so i can let the users set a datetime format 
string and you can read it from the ini...

if they set in the ini (by way of the GUI)
DateTimeFormat = yyyy-MM-dd

you can pas that value to
DateTime.ToString("yyyy/MM/dd") 

Original issue reported on code.google.com by rainer.c...@googlemail.com on 24 May 2013 at 8:49

GoogleCodeExporter commented 9 years ago
fixed for Calc, Add, MultiValueAdd - more to come

Original comment by rainer.c...@googlemail.com on 25 May 2013 at 8:37

GoogleCodeExporter commented 9 years ago
fixed in 1.1.0

Original comment by rainer.c...@googlemail.com on 30 May 2013 at 11:15