-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Summary
CVCalendarKit will be integrated into CVCalendar project in order to support date management stuff.
Upcoming changes (v0.2.0)
- Scalar operations with values (
today.day == tomorrow.dayinstead oftoday.day.value() == tomorrow.day.value()) - New operator for constructing a new date with a range (i.e. replacement for
==, might be~>orset) - iOS 7 support
- Add custom Date -> String formatter styles (remove enum)