Open EmilFateev opened 2 years ago
I can add any date i want - there should be restrictions. format month/day/year - for USA day/month/year - for other countries
date of the event is always in future. how could the event be in past date??? to add photo i need to be precise and move it on word "here" Time - i could add any time. make a clock appear
Need Issues perform Ivan - Add Sql #143 opened 16 hours ago by EmilFateev
Date of Birth - not earlier than 01.01.1945 no later than today Covid Vaccination - not earlier than 01.01.2020 no later than today Date of Event - not earlier than today date no later than + 60 years
From today we need Unit tests. Something was fixed but now broken another part of the web. I want to be sure that everything works - that is why unit tests are necessary. I can not check everything and I cant risk my reputation by providing a bad customer experience. We need Unit tests.
Why don't you use standard calendar, to avoid "jumps through hula-hoops" ?
Do the calendar this way https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
ADD SQL
ALTER TABLE
calendars
ADDdate_time
VARCHAR(255) NULL AFTERdate_event
;ALTER TABLE
events
ADDdate_time
VARCHAR(255) NULL AFTERdate_event
;