billb8
Posts: 0
Joined: Sat Mar 07, 2015 3:15 pm

How can you use dates in the detail view of a master detail record? It is not one of the data types listed when you crea

My app has multiple dates (birthday, etc) associated with a person. I would like to display an array of dates as the detail view of the person.

The models don't support the date data type. I was looking for another one to do this. Maybe another collection of dates that use a linking field to the persons collection.

Another option would be an array of dateName and date records in the persons collection. I.e dates [{"dateName":"anniversary", "date":"01/01/2016"}]

Any suggestions on a good pattern for this?
Thanks

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

How can you use dates in the detail view of a master detail record? It is not one of the data types listed when you crea

Hello Bill.
You need to use string type for your variable, cause, date type available is only in DB

Return to “Issues”