online-invoicing-system icon indicating copy to clipboard operation
online-invoicing-system copied to clipboard

date format issue

Open ljara2106 opened this issue 3 years ago • 2 comments

how do i change the date format to US date format? on the invoices and reports sections- it is set to EU date format i need it to be in m/d/yyyy

i tried changing it in admin panel on the mysql and php format - but no luck.

ljara2106 avatar Oct 12 '22 23:10 ljara2106

i have also tried changing the date format on the following php files at the bottom on the date formats section:

summary-reports-invoices-0.php summary-reports-invoice_items-0.php

'date_format' => 'm/d/Y', 'date_separator' => '/', 'jsmoment_date_format' => 'MM/DD/YYYY',

then it just throws an error on the summary page.

ljara2106 avatar Oct 13 '22 00:10 ljara2106

The easiest way is to open the AXP project file, which is part of this repository, in AppGini (the free trial edition would do the job), change the date format under localization settings, and then regenerate the app.

bigprof avatar Oct 14 '22 16:10 bigprof