-
Notifications
You must be signed in to change notification settings - Fork 17
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 wrong #50
Comments
Did you found a solution for that bug? |
For me it was just entering the wrong date format 🤦 I was using the standard d/m/Y instead of d.m.Y |
No thats not on my side. |
How many digits does your year representation have? Because for four digit year representation, it has to be an uppercase Y. There is more information in this article. Also, I don't use their % sign, but I don't know if that makes any difference 🤷 |
I have the same problem. Analysing the source-code shows that the module is using str_getcsv. This function is not working when using standard German locale settings. See https://www.php.net/manual/de/function.str-getcsv.php By the way: As the module is using the function DateTime::createFromFormat to parse the date, you should'nt use % in the format string. So it should be d.m.Y for standard German dates |
Hi, This is still an issue on Dolibarr 19 and changing formats doesn't solve it. Does anyone have other ideas as to what may be causing it? Thanks |
On Dolibarr 14 is an problem with the imported Date
Value Date and Transaction date are 1970 after import.
at import mask date shown correctly.
The text was updated successfully, but these errors were encountered: