I'm having a hard time thinking of a way to make a form for events.php(User adds an event by inputting Event Name and Event Date)
I have made a table "Events";
with Fields
1. EventID int
2. EventName varchar
3. EventDate Date---->this is the problem mysql uses Year-Month-Day format. I want it to be ex. January 29 1993. but before that Im wondering if theres a way for a calendar to show when you click the input text of Event Date on my form..then in turn when submitted, it will be inserted into my table