Swift-Date-Extensions

Swift Date() made easy!

// Will return the wekkday in a string example: Tuesday
Date().stringWeekday()

// Will return the day of the week in a string example: 28th
Date().stringDay()

// Will return the month in a string example: December
Date().stringMonth()