Skip to content

logisticinfotech/LIDateUtilitySwift

Repository files navigation

LIDateUtility

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

LIDateUtility is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LIDateUtility'

Description

Here are the full Description of How to use methods in project and it's output.

1) Get current year

let currentYear = LIDateUtility.getCurrentYear()
print("Current year: \(currentYear)")

2) Get current month

let currentMonth = LIDateUtility.getCurrentMonth()
print("Current Month: \(currentMonth)")

Now you can get more date optioration Here.

License

LIDateUtility is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published