Hi Ann
How to make list that only displays the current Date
I create a project is called Upcoming Event, I want to know the codes for StartDate field and EndDate field
after the users select the date I want the upcoming event publish automaticly and not publish automaticly.
This is the table
SELECT
EventID,
userID,
StartDate,
EndDate,
EventSubject,
EventDetail
FROM upcomingevent
Thanks