Re: --human date-- with future dates beyond 2038
Reply #1 –
Thanks for the great observation. Any idea how we can solve it as this is PHP limitation.
Also which other date formats do we need to support?
As for the currency format, I. You can set the FormatRecordField for any currency like:
--to_currency('en-GB')--
--to_currency('en-US')--
--to_currency('it-IT')--
Ouput something like :
£406.00 $406.00 406,00 €
Best Regards