Hi. Is there a way to display the value with comma as decimal separator and dot as thousand separator? Something like: ``` $decimal->toFixed(2, ',', '.'); ``` or ``` $decimal->format(2, ',', '.'); // similarly to number_format ``` Thanks.
Hi.
Is there a way to display the value with comma as decimal separator and dot as thousand separator? Something like:
or
Thanks.