N
|
Nir Frumer 12/16/2019 |
hi |
M
|
mhollibush author 12/16/2019 |
hi in "fields" tab -> view as , select custom and put the following code $value=substr($value, strpos($value,',')+2) hope it helps
|
![]() |
HJB 12/17/2019 |
Go to CUSTOM VIEW of the date field and enter: $value = date('F j, Y', strtotime($value) );
|
M
|
mhollibush author 12/17/2019 |
Go to CUSTOM VIEW of the date field and enter: $value = date('F j, Y', strtotime($value) );
|