IvanKuchin / einsteiners.us

web-site front end and back end
0 stars 3 forks source link

Select calendar input date #142

Open EmilFateev opened 2 years ago

EmilFateev commented 2 years ago

ADD SQL

ALTER TABLE calendars ADD date_time VARCHAR(255) NULL AFTER date_event;

ALTER TABLE events ADD date_time VARCHAR(255) NULL AFTER date_event;

nmarkelova commented 2 years ago
Screen Shot 2022-03-10 at 10 34 18 PM

I can add any date i want - there should be restrictions. format month/day/year - for USA day/month/year - for other countries

nmarkelova commented 2 years ago
Screen Shot 2022-03-11 at 8 51 26 AM
nmarkelova commented 2 years ago

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

EmilFateev commented 2 years ago

Need Issues perform Ivan - Add Sql #143 opened 16 hours ago by EmilFateev

nmarkelova commented 2 years ago

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

nmarkelova commented 2 years ago

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.

IvanKuchin commented 2 years ago

image

IvanKuchin commented 2 years ago

image

IvanKuchin commented 2 years ago

image

IvanKuchin commented 2 years ago

Why don't you use standard calendar, to avoid "jumps through hula-hoops" ?

nmarkelova commented 2 years ago

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