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'll take a look at that link, thanks 
|
Do a pull from the database of id and concatenated date sorted by the concatenated date.
Make a dropdown using the id as the key and the concatenated date as the display value.
Then when they pick the date from the dropdown you can retrieve the data using the id.
.