Init Date对象仅在swift中使用age

时间:2018-03-17 16:59:34

标签: swift google-cloud-firestore

我需要使用年龄范围从firestore查询一些数据,firestore中的日期值是Date对象。

如何使用Age整数初始化Date对象?

我在考虑这样的事情:

.where(“birthday”,isGreaterThan:Date(age:18).getData()

0 个答案:

没有答案