I would like to set 5 new content items for monday through friday, but don't want to have to enable them each day.
Would it be best to set a timestamp in a mysql field, then something like this.
Set up a crontab with php that runs if timestamp is equal to today set "on" to 1.
What date/time format would be best, also if I put dates 05-20-09 would I be able to timestamp them and use a substring to convert them back and forth?
Thanks