Archive for AmR Ical Events List
Problem with getting the day of week for old dates before 1760? See this.
Here is a simple first of several notes on useful date functions. This function accepts a year (YYYY) and a Day in the year (1 to 366), and returns a DateTime Object. /* Year if format YYYY, Day in year 1 to 366 */ function dayofyear2date( $year, $DayInYear ) { $d = new DateTime($year.’-01-01′); date_modify($d, [...]
For those of you monitoring the RSS feed for ical events, please note two things: All Ical events related work has been moved to http://icalevents.com. Due to problems with themes which strongly specify list item css in many different ways, I am thinking of removing the hardcoded list structure with the table cells (you could [...]
The Ical Upcoming Events List or Ical EventsTable plugin now has its own site. Please use the new site for any comments – thanks


