Quote:
Originally Posted by towermatt
I was hoping there could be a way to edit sports pool events. I put in a wrong closing time on one of the football games I added for this Sunday 
|
If you have database access via phpMyadmin or similar, you can edit them in there.
Look for the table
casino_sb_events and edit the
eventdate field, (which includes the time).
You'll need a Unix timestamp generator to generate the new date & time, such as
THIS ONE.