Skip to content

NikSativa/DateKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DateKit

Swift library that provides a set of useful Date formatters.
There is no longer any need to remember what is different "mm", "MM", "MMM" or "MMMM".

let format: String = "dd MMMM yyyy"
or
let format: DateFormat = [.dayOfMonth2Digits, .t(" "), .monthFull, .t(" "), .year4Digits]

// ------------------------------

let format: String = "MMM dd, EEE"
or
let format: DateFormat = [.monthShort, .t(" "), .dayOfMonth2Digits, .t(", "), .dayOfTheWeekShort]

About

Swift library that provides a set of useful Date formatters

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages