I am converting date to day, but if I just println() the current selected date in the datepicker, I get wrong time and wrong date.
@IBOutlet weak var datepic
Swift 5
let yourLocalDate = Date().description(with: .current)