Datify alternatives and similar libraries
Based on the "Date" category.
Alternatively, view Datify alternatives based on common mentions on social networks and blogs.
-
SwiftDate
๐ Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift. -
TrueTime.swift
NTP library for Swift and Objective-C. Get the true time impervious to device clock changes. -
Datez
๐ Breeze through Date, DateComponents, and TimeInterval with Swift! -
Swift-NSDate-Extensions
Swift NSDate Extension to help development
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Datify or a related project?
README
Datify ๐
Easypeasy date functions.
Usage:
print("now: \(Date.init())")
print("8 days later: \(8.days.fromNow)")
print("2 weeks before: \(2.weeks.ago)")
print("5 days, 3 month later: \((5.days + 3.months).fromNow)")
Output:
now: 2017-06-06 10:42:23 +0000
8 days later: 2017-06-14 10:42:23 +0000
2 weeks before: 2017-05-23 10:42:23 +0000
5 days, 3 month later: 2017-09-11 10:42:23 +0000
Note:
This library was originally written as SwiftDateTimeExtensions but it was too old for new Swift version and needed improvements.
I am also planning to add more features to this class in future thus created a separate repo instead a fork.
*Note that all licence references and agreements mentioned in the Datify README section above
are relevant to that project's source code only.