Hi,
I have a MySQL table that has calendar events in it.. the event dates are in Julian Daycount format... so they look like this: 2453748
I'd like to write a SELECT statement in my php script that selects records from the table that are after today.
I'm having a devil of a time getting my head around all the php & mysql date format commands..
could anyone help me ?