0

i want to have an input feild where i can choose date and time in the future from the current date i tried lot of solutions but when i try to choose a datetime it's giving me to choose between a time range witch i don't want ,i want to choose the date i want myself here is the message i get: enter image description here

does anyone have a solution for this in laravel i'm trying to set an expiration date for my records

IMSoP
  • 89,526
  • 13
  • 117
  • 169
  • 2
    [Please do not upload images of code/data/errors.](//meta.stackoverflow.com/q/285551) (and if you *really* need an image of something, learn how to take a screenshot, rather than a wonky photo). Instead, show us a [mre] - a small sample of code, a description of what you hoped it would do, and an exact description of what it did instead. – IMSoP May 12 '23 at 10:41
  • The error message makes it look like you specified a "step" of one minute, that this will be allowed to increase or decrease by, and the initial value probably had the seconds set to `57` ...? We really can't tell what is actually going on here, based on nothing but your frontend screenshot. – CBroe May 12 '23 at 11:03
  • Try to make your problem clearer, include the code, tell us what's the problem in details – Yusuf Giovanno May 12 '23 at 12:52
  • here is the code for my form : ,and this line is from my controller : 'expire' => 'required|date_format:Y-m-d\TH:i:s',,i didn't mention any step!! – user21781868 May 12 '23 at 14:07

0 Answers0