Skip to content

Invalid input datetime format of value in MAGENTO 2.2.1 #12215

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

Closed
vitormicillo opened this issue Nov 13, 2017 · 14 comments
Closed

Invalid input datetime format of value in MAGENTO 2.2.1 #12215

vitormicillo opened this issue Nov 13, 2017 · 14 comments
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release

Comments

@vitormicillo
Copy link

vitormicillo commented Nov 13, 2017

Preconditions

  1. Magento 2.2.1
  2. PHP 7.1.8

Steps to reproduce

  1. Change your Dashboard Language to non en
  2. Update any product
  3. Set any date to define as a new product, it can be the current date
  4. Save

Expected result

Actual result

screenshot from 2017-11-13 15-45-26

@vitormicillo vitormicillo changed the title Invalid input datetime format of value '13/11/2017' Invalid input datetime format of value in MAGENTO 2.2.1 Nov 13, 2017
@magento-engcom-team magento-engcom-team added Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed labels Nov 13, 2017
@raumatbel
Copy link
Contributor

Hi @vitormicillo, thanks for bug report, I close this issue because it is a known issue tracked as 10580

@magento-engcom-team magento-engcom-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release and removed duplicate labels Nov 15, 2017
@magento-engcom-team
Copy link
Contributor

@vitormicillo, thank you for your report.
We've created internal ticket(s) MAGETWO-83902 to track progress on the issue.

@bahramdavoodi
Copy link

Hi, i hope this help to you now.
Module Fix Date

@MaiconUnzer
Copy link

The module fix date by bahramdavodi worked

@katiakweb
Copy link

Thank you bahramdavodi, this fixed the issue in Magento 2.2

@officestarmb
Copy link

I have Magento 2.2.1 in my case the solution that worked it was very simple: In product go to Advanced Pricing and delete the date from/to is empty in my case.......this worked for me! I hope help you!:)

@clockover
Copy link

clockover commented Apr 6, 2018

Same issue Magento 2.2.3.
Pass the admin itnerface in English solve the issue.

@ghost ghost self-assigned this Dec 24, 2018
@magento-engcom-team
Copy link
Contributor

Hi @engcom-backlog-andrii. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

@ghost
Copy link

ghost commented Dec 26, 2018

@magento-engcom-team give me 2.3.0 instance

@magento-engcom-team
Copy link
Contributor

Hi @engcom-backlog-andrii. Thank you for your request. I'm working on Magento 2.3.0 instance for you

@magento-engcom-team
Copy link
Contributor

Hi @engcom-backlog-andrii, here is your Magento instance.
Admin access: https://i-12215-2-3-0.instances.magento-community.engineering/admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.

@ghost ghost added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Dec 26, 2018
@magento-engcom-team magento-engcom-team added Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed and removed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Dec 26, 2018
@ghost
Copy link

ghost commented Dec 26, 2018

@vitormicillo, thank you for reporting the issue. We are closing this as fixed at least on 2.3.0

@ghost ghost closed this as completed Dec 26, 2018
@raisandeep1989
Copy link

Invalid input datetime format of value in MAGENTO 2.3 with product Schedule Design Update.
product update is working fine but when update the Schedule Design Update it got this error.

I am using AU_EN locale to store and tried with US_EN also but it did not worked.
https://prnt.sc/p13qiz

Why is it is happen with magento 2.3?? any suggestion are welcomed

@chapagain
Copy link

chapagain commented Aug 2, 2020

A temporary quick fix can be the following:

  • Click your user name on the top right in your admin panel.
  • Click on the Account Settings submenu.
  • Try to change Interface Locale to a different one (I changed from English US to English UK)
  • Save
  • Now, go to Catalog > Products and try to save any product with a change in Set Product as New From date.

Now, you should be able to save the product successfully.

Ref: https://magento.stackexchange.com/a/219936/1883

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release
Projects
None yet
Development

No branches or pull requests