# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: E:\Web\Server-3.5\udrive\www\bahaistuff\bahaistuff\sites\all\modules\contrib\calendar\includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: calendar.inc
--- calendar.inc Base (BASE)
+++ calendar.inc Locally Modified (Based On LOCAL)
@@ -111,6 +111,7 @@
     $curday_date = date_format($curday, DATE_FORMAT_DATE); 
     $class = strtolower($weekdays[$i] .
     ($view->date_info->mini ? ' mini' : ''));
+    $class .= ' ' . date_format($curday, 'M-j');
     if ($check_month && ($curday_date < $view->date_info->min_date_date || $curday_date > $view->date_info->max_date_date || date_format($curday, 'n') != $month)) {
       $class .= ' empty';
       $content = array(
