|
|
Sergey Kornilov admin 1/19/2013 |
|
It looks like field type in the database is DATETIME. Set it to TIME or to VARCHAR if you only want to store time values there. |
|
|
T
|
Tempus_Erus author 1/24/2013 |
|
Thanks Sergey. |
|
|
|
Sergey Kornilov admin 1/25/2013 |
|
I guess you need to modify the code that sends the email applying formatting to this field. Right now it sends date value the way it stored in the database (yyyy-mm-dd hh:mm:ss). |
|