import Foundation

let mydate = Date.now
let text = mydate.formatted(date: .abbreviated, time: .omitted)
print(text)  // "27 Dec 2025"