sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
138 stars 67 forks source link

Occurrence display clarification #35

Closed sabas closed 11 years ago

sabas commented 11 years ago

When making an event that spans on more than 24 hours, display should be different:

When: Apr 5, 2013 - Apr 12, 2013 at 5:00 PM to 6:00 PM

to

When: from Apr 5, 2013 at 5:00 PM to Apr 12, 2013 at 6:00 PM

This behaviour should be a function in phpoccurrence class, with a field to detect once in constructor if the timespan is more than 24 hours.