T
terraGirl
Guest
I'm looking to modify the "Bandwidth User notification message" as per https://documentation.cpanel.net/display/ALD/Notification+Templates , but I'm unsure how the data formatting works.
I want to change MM/DD/YYYY to DD/MM/YYY. The line is:
<li>[% CPANEL.locale.maketext('The account “[_1]” with primary domain “[_2]” is expected to reach its bandwidth limit on [datetime,_3,date_format_short].', NOTICE.user, NOTICE.user_domain, NOTICE.date_exceeded); %]</li>
Is there any guidance available how I can change the date format?
Many thanks!
I want to change MM/DD/YYYY to DD/MM/YYY. The line is:
<li>[% CPANEL.locale.maketext('The account “[_1]” with primary domain “[_2]” is expected to reach its bandwidth limit on [datetime,_3,date_format_short].', NOTICE.user, NOTICE.user_domain, NOTICE.date_exceeded); %]</li>
Is there any guidance available how I can change the date format?
Many thanks!