iOSの時計が12時間表記のときにアプリ側で24時間表記にする - Qiita
サンプルソースextension DateFormatter { class func allFormat(date: Date) -> String { let format = DateFor…