LoginSignup
29
12

More than 5 years have passed since last update.

Firebase FirestoreのTimestamp型のdateへの変換

Last updated at Posted at 2019-03-27

備忘録的に書く。

SwiftのFirestoreで使えるtimeStamp型をdateに変換する方法
How to convert Firebase Firestore Timestamp to Date (Swift)?

let timeStamp: Timestamp

let date: Date = timeStamp.dateValue()

以上。

参考

29
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
12