Problem with Special Price Date in Magento2

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
3
down vote

favorite












I am running Magento 2. The other day I tried for the first time to set a special price, but when I try to set a date I get an error.
After trying some dates I noticed a pattern.
When I pick a date like 15/01/2018 (15. Jan) I get the error, but when I choose a date that works in both MM:DD:YYYY and DD:MM:YYYY, there is no problem.
My store is in Denmark, and my location and language is as well, but somehow it seems like it only accepts dates in the MM:DD:YYYY-format, even though I can only pick dates from the DD:MM:YYYY-format. So only the dates that fit in both will work...
Is it a wrong setting, or do I have to change some code?
Thank You










share|improve this question





























    up vote
    3
    down vote

    favorite












    I am running Magento 2. The other day I tried for the first time to set a special price, but when I try to set a date I get an error.
    After trying some dates I noticed a pattern.
    When I pick a date like 15/01/2018 (15. Jan) I get the error, but when I choose a date that works in both MM:DD:YYYY and DD:MM:YYYY, there is no problem.
    My store is in Denmark, and my location and language is as well, but somehow it seems like it only accepts dates in the MM:DD:YYYY-format, even though I can only pick dates from the DD:MM:YYYY-format. So only the dates that fit in both will work...
    Is it a wrong setting, or do I have to change some code?
    Thank You










    share|improve this question

























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I am running Magento 2. The other day I tried for the first time to set a special price, but when I try to set a date I get an error.
      After trying some dates I noticed a pattern.
      When I pick a date like 15/01/2018 (15. Jan) I get the error, but when I choose a date that works in both MM:DD:YYYY and DD:MM:YYYY, there is no problem.
      My store is in Denmark, and my location and language is as well, but somehow it seems like it only accepts dates in the MM:DD:YYYY-format, even though I can only pick dates from the DD:MM:YYYY-format. So only the dates that fit in both will work...
      Is it a wrong setting, or do I have to change some code?
      Thank You










      share|improve this question















      I am running Magento 2. The other day I tried for the first time to set a special price, but when I try to set a date I get an error.
      After trying some dates I noticed a pattern.
      When I pick a date like 15/01/2018 (15. Jan) I get the error, but when I choose a date that works in both MM:DD:YYYY and DD:MM:YYYY, there is no problem.
      My store is in Denmark, and my location and language is as well, but somehow it seems like it only accepts dates in the MM:DD:YYYY-format, even though I can only pick dates from the DD:MM:YYYY-format. So only the dates that fit in both will work...
      Is it a wrong setting, or do I have to change some code?
      Thank You







      magento2 special-price






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 17 at 5:05









      Evince Development

      771216




      771216










      asked Sep 16 at 12:01









      Oliver Olsen

      255




      255




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          Have you set your locale to any other than en_US?
          Try editing the admin user you are using, set the locale for that user to en_US and try setting this again.



          There is a bug with the datepicker I believe, which causes this problem.






          share|improve this answer




















          • Thank You! after editing the user settings everything is kind of working
            – Oliver Olsen
            Sep 16 at 14:17










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f242434%2fproblem-with-special-price-date-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          3
          down vote



          accepted










          Have you set your locale to any other than en_US?
          Try editing the admin user you are using, set the locale for that user to en_US and try setting this again.



          There is a bug with the datepicker I believe, which causes this problem.






          share|improve this answer




















          • Thank You! after editing the user settings everything is kind of working
            – Oliver Olsen
            Sep 16 at 14:17














          up vote
          3
          down vote



          accepted










          Have you set your locale to any other than en_US?
          Try editing the admin user you are using, set the locale for that user to en_US and try setting this again.



          There is a bug with the datepicker I believe, which causes this problem.






          share|improve this answer




















          • Thank You! after editing the user settings everything is kind of working
            – Oliver Olsen
            Sep 16 at 14:17












          up vote
          3
          down vote



          accepted







          up vote
          3
          down vote



          accepted






          Have you set your locale to any other than en_US?
          Try editing the admin user you are using, set the locale for that user to en_US and try setting this again.



          There is a bug with the datepicker I believe, which causes this problem.






          share|improve this answer












          Have you set your locale to any other than en_US?
          Try editing the admin user you are using, set the locale for that user to en_US and try setting this again.



          There is a bug with the datepicker I believe, which causes this problem.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 16 at 12:38









          ol'bob dole

          189114




          189114











          • Thank You! after editing the user settings everything is kind of working
            – Oliver Olsen
            Sep 16 at 14:17
















          • Thank You! after editing the user settings everything is kind of working
            – Oliver Olsen
            Sep 16 at 14:17















          Thank You! after editing the user settings everything is kind of working
          – Oliver Olsen
          Sep 16 at 14:17




          Thank You! after editing the user settings everything is kind of working
          – Oliver Olsen
          Sep 16 at 14:17

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f242434%2fproblem-with-special-price-date-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay