Closed bizstation closed 10 years ago
Transactd Clients returns wrong string with reading DATETIME variable.
If there is a DATETIME value like 2013-12-19 11:08:21 in MySQL Database, table::getFVstr method returns 2013-00-12 00:19:00.
2013-12-19 11:08:21
table::getFVstr
2013-00-12 00:19:00
Transactd Clients returns wrong string with reading DATETIME variable.
If there is a DATETIME value like
2013-12-19 11:08:21
in MySQL Database,table::getFVstr
method returns2013-00-12 00:19:00
.