This topic is locked

how to make a list that only displays the SELECT DATE

9/4/2010 1:03:02 PM
PHPRunner General questions
S
siro author

Hi

how to make a list that only displays the SELECT DATE, for exemple 09-01-2010 to 09-15-2010
This is the table

SELECT

upcomingevent.EventID,

upcomingevent.userID,

upcomingevent.StartDate,

upcomingevent.EndDate,

upcomingevent.EventSubject,

upcomingevent.EventDetail,

upcomingevent.Status

FROM upcomingevent
Please Help

Thanks