A
|
AlphaBase author 12/11/2018 |
So the answer is: |
![]() |
Admin 12/11/2018 |
You can set 'View as' type of this field to Custom and use the following code: $value = date("m\d\Y H:i", strtotime($value));
|
A
|
AlphaBase author 12/11/2018 |
Ok, thanks. But that returns: 12dY 11:09 |
A
|
AlphaBase author 12/11/2018 |
Using your solution as follows: |
A
|
AlphaBase author 12/11/2018 |
I see the advantage of using your method. When adding a new record, when using the sql statement it doesn't immediately update the displayed value (without a refresh), whereas your method does. |