// // Date+Extension.swift // SHECommunity // // Created by Lin on 2024/12/23. // import Foundation import SwiftDate extension Date { func formatterStyle(_ style: String) -> String { toFormat(style) } }