|
C
|
cgphp 3/20/2012 |
|
Set the "View as" setting as Short Date or Long Date. |
|
|
|
jimbeam 3/20/2012 |
|
View as --> Short/Long/Datetime/Time |
|
|
C
|
CK. author 3/20/2012 |
|
View as --> Short/Long/Datetime/Time and if it's not enough you play with custom and you format it using php
|
|
|
C
|
cgphp 3/20/2012 |
|
In the "View as" setting set the field as Custom and enter the following code: $value = date('d-m-Y',strtotime($value)); |
|
|
C
|
CK. author 3/20/2012 |
|
In the "View as" setting set the field as Custom and enter the following code: $value = date('d-m-Y',strtotime($value));
|
|
|
C
|
cgphp 3/20/2012 |
|
Is the type of the field in DB a datetime? |
|
|
C
|
CK. author 3/20/2012 |
|
Is the type of the field in DB a datetime?
|
|
|
C
|
cgphp 3/20/2012 |
|
Please, check the functionality in a stable version. |
|
|
C
|
CK. author 3/20/2012 |
|
Please, check the functionality in a stable version.
|
|
|
|
Sergey Kornilov admin 3/20/2012 |
|
Something doesn't sound right here. Default value suggested by Cristian should just work. |
|
|
C
|
CK. author 3/23/2012 |
|
Problem fixed. |
|