Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

date format issue #14

Open
ljara2106 opened this issue Oct 12, 2022 · 2 comments
Open

date format issue #14

ljara2106 opened this issue Oct 12, 2022 · 2 comments

Comments

@ljara2106
Copy link

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
Copy link
Author

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.

@bigprof
Copy link
Contributor

bigprof commented Oct 14, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants