This topic is locked
[SOLVED]

 Date Format + $ for Currency

7/15/2017 9:31:11 AM
PHPRunner General questions
K
KelvinChua author

Hi Gurus,
I resolved my date issue my select English (United Kingdom) at the Misc, Regional Settings.
But upon solving one, another issue is created. Because I selected English (United Kingdom), all the currency sign became '£'.
How can I achieve date format with leading zeros and yet retain the '$' for my Currency sign?
Thanks.
Kelvin Chua

SINGAPORE

K
KelvinChua author 7/17/2017

Hi Gurus,
Is it not possible to resolve such simple requirement?
Thanks.
Kelvin Chua

SINGAPORE

romaldus 7/17/2017

in visual editor set your field as View As > Custom

$value = "$".$value;
K
KelvinChua author 7/17/2017



in visual editor set your field as View As > Custom

$value = "$".$value;



Thanks