|
|
Sergey Kornilov admin 11/16/2010 |
|
You can set 'View as' type of this field to 'Custom' and use the following code there: date("H:i", $value); |
|
|
G
|
guroos author 11/16/2010 |
|
You can set 'View as' type of this field to 'Custom' and use the following code there: date("H:i", $value);
|
|
|
|
Sergey Kornilov admin 11/16/2010 |
|
Complete code as is follows: $value = date("H:i", $value);
|
|