|
C
|
cgphp 3/4/2012 |
|
Set the field as Custom and enter the following code: $value = date("l",strtotime($value)); //l (lowercase 'L') |
|
|
A
|
ant author 3/4/2012 |
|
Thanks Cristian, |
|
|
C
|
cgphp 3/4/2012 |
$value = date("Y-m-d h:i:s l",strtotime($value)); |
|
|
A
|
ant author 3/4/2012 |
$value = date("Y-m-d h:i:s l",strtotime($value));
|
|