Quote:
Originally Posted by Publisher Bucks
So that when someone uploads they can choose a specific date for publication from a drop down menu, that was honestly the only way i knew how to achieve what i wanted lol
|
I re-read this this morning after Fuzebox quoted you.
Why not just use a date picker for that?
<input type="date"
https://www.w3schools.com/tags/att_input_type_date.asp
Not sure why you would have the month, year, day tabled in 3 columns if you are using the date as the publishing date for the user to pick from.
I assumed the table also had other data and you had just split your date up for some reason.
.