Hi All,
I have a date printing issue in Invoice pdf. There are two invoicing installatios on servers one with old version 7.4 and another with new version 8.2.
In PHP 7.4 and below Old version SI below code was printing date in invoice as Apr 01, 2024
phpSettings.date.timezone = Europe/London
local.locale = en_GB
local.precision = 2
IN PHP 8.2 and above SI invoice link same kind of below code printing value as : 04/01/2024
phpSettingsDateTimezone = Europe/London
local.locale = en_GB
local.precision = 2
I wanted to print Apr 01, 2024 in Invoice or 01-Apr-2024 in 8.1PHP version
Any help would be appreciated to achive this requirement in PHP 8.2 or latest version. Or please suggest the code detail which needs to be revised.
Recent Comments