Skip to content

A library that lets you get the previous day of week from a given date.

License

Notifications You must be signed in to change notification settings

hughbe/Date-Previous

Repository files navigation

Date+Previous

A library that lets you get the previous day of week from a given date.

CI Status Version License Platform

Usage

import Date_Previous

let date = Date() // E.g 2018-02-13
let previousMonday = date.previous(dayOfWeek: DayOfWeek.Monday) // E.g. 2018-02-12

Installation

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

pod 'Date+Previous'

About

A library that lets you get the previous day of week from a given date.

Resources

License

Stars

Watchers

Forks

Packages

No packages published