-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Cannot create Customer with Date of Birth in Magento 2.1 (en_GB locale) #6323
Comments
Internal ticket created MAGETWO-57835, thanks for reportng |
…nterface locale is en_GB #6323
…nterface locale is en_GB #6323
[South] Bugfixes - MAGETWO-58277 Saving category on catalog with 20k+ products is very slow (from 5mins till 1 hour) - MAGETWO-23764 Category/Product Indexer fails with mysql fatal on large catalog - MAGETWO-33568 Customer is redirected to "Compare Products" Frontend page if tries to remove a Product from comparing - MAGETWO-56512 Products created via REST API are not visible after enabling the product via scope = All Store Views - MAGETWO-55154 [GitHub] IndexerHandlerFactory: Indexer Object cast to String - MAGETWO-57835 [Github] Cannot save customer dob attribute if admin interface locale is en_GB #6323 - MAGETWO-57629 ACL not used on grid quick edits
The issue has been fixed and delivered to develop. |
@slavvka, thanks! :) |
In frontend the date works well, the issue is just in backend and with all dates. The reports don't work too. |
Steps to reproduce:
AR: Displayed error about incorrect date Note: but after first saving date changed on other date automatically. |
Issue fixes 1 month ago.
Thank you
Le 10 juin 2017 14:03, "nitin700" <notifications@github.com> a écrit :
… I am working on it..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6323 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZPmOtHVSzLKV3Roklk-2wea3dLSBTCsks5sCmoDgaJpZM4JsFYc>
.
|
@Emadis Thanks for the information. |
…nterface locale is en_GB #6323 - MAGETWO-70327 - functional test
…nterface locale is en_GB #6323 - add ability for filtering by time
MAGETWO-69029: Remove obsolete link "Show more" on Dashboard page on Advance Reporting block MAGETWO-60352: [Github] Wrong error message in cart after entering invalid discount code #7230 MAGETWO-66510: Javascript error prevents adding/removing categories from existing catalog price rule condition MAGETWO-59207: Checkbox return to stock doesn't work if Automatically Return Credit Memo Item to Stock Yes MAGETWO-70201: Update Readme for Analytics modules. Final MAGETWO-57835: [Github] Cannot save customer dob attribute if admin interface locale is en_GB #6323
@JacobDrummond, thank you for your report. |
Still a issue for 2.2.3 Trying to set "Set Product as New From" Message "Invalid input datetime format of value '31/05/2018" |
Environment
Steps to reproduce
Expected result
Actual result
Cause
08/24/2016
and returns0,8/2,4/2,016
0,8/2,4/2,016
is not a real date in any locale, causing an exception to be thrown.General locale issues in Magento 2.1
08/24/2016
, despite the entire UI being in en_GB.The text was updated successfully, but these errors were encountered: