Quote:
Originally Posted by 4thstar
This displays upcoming events but it does not show an event for the day itself, if you have an event on the 20th and it is the 20th it wont show that event, for us the events are on in the evening so during that day we would still like to show it as being an upcoming event,
i edited this bit from
PHP Code:
$and=" and dateline_from > '".$sdate."'"
to
PHP Code:
$and=" and dateline_from >= '".$sdate."'"
|
Hello,
I implemented this modification, as I too want to post events from the current day as well as future dates. I'm having one problem with this, for some reason, though it will list events that are occuring TODAY, it displays TOMORROW's date next to it. Does anyone know how I can fix this?
Here are a couple screen shots (look at the top listing on the widget):
The dates are correct for every day's events except TODAY's. I need to find a solution for this. Any help would be appreciated.
Thanks!

Jeff