Releases: melvitax/DateHelper
Releases · melvitax/DateHelper
3.4.1
Removed extraneous files from pod folder
3.4.0
Adds Add tvOS support. Adds implementation of isSameMonthAsDate, dateByAddingMonths(), dateBySubtractingMonths(), dateByAddingWeeks() and dateBySubtractingWeeks().
3.3.1
Added support for Carthage
3.3.0
Modified toString() Method to include arguments: timeZone and locale
Added support for time zone for custom date format
Added support for future times to relativeTimeToString()
Added a method to set the hour, minute, second of a date
3.2.2
Added support for time zone for custom date format
3.1.1
Added today & tomorrow class function. Added dateByAddingSeconds and dateBySubtractingSeconds. Updated documentation.
3.0.0
Added support for multiple ISO8601 formats. Fixed dateAtEndOfWeek. Add date at start of Month and date at end of Month
2.0.4
Improved perf by reusing NSDateFormatters. Added documentation.