Snippets Collections
let now = Date()
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "LLLL"
let nameOfMonth = dateFormatter.string(from: now)
star

Fri Apr 01 2022 05:39:35 GMT+0000 (Coordinated Universal Time)

#ios #swift #createbutton #currentmonth #date #year

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension