I'm displaying a calendar. One day by day. My day is an instance of Zend_Date. If a day is a weekend day, I want to display it in <em>
My definition of weekend days is that these the days between weekendStart and WeekendEnd, as defined in Zend_Locale_Data['week'] -- regards takeshin -- View this message in context: http://n4.nabble.com/Zend-Date-isWeekend-tp1018598p1018640.html Sent from the Zend Framework mailing list archive at Nabble.com.
