Hi,
I'm making a custom event calendar with PHP. I am trying to get the current day box to show up white, to let the user know that's the current day. I have all the <td>
boxes with an id of row-calendar-cell
and I want a way to detect that the certain box is the current day and to change the id to current-day
. Any help on that?
Also, I really am not sure how to display the day numbers in the right boxes...to be honest. Can anybody give a simple idea on how to do this?
Thanks a ton for any help!
Dixon