C
|
cgphp 8/30/2011 |
Set the date field in the List page as Custom (http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm) and enter this code: $value = date("Y",strtotime($value)); |
C
|
ckapote author 8/31/2011 |
Set the date field in the List page as Custom (http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm) and enter this code: $value = date("Y",strtotime($value));
|