I'm trying to implement a Parse back-end integration with my app
in a data browser of Parse dashboard, i've add a class that have a column with date type
if i save the data into class with parse library i get an error
this is my code
the Parse error is "com.parse.ParseException: invalid type for key startedAt, expected date, but got string"
In B4A not exists the date type?
in a data browser of Parse dashboard, i've add a class that have a column with date type
if i save the data into class with parse library i get an error
this is my code
B4X:
...
po.Put("startedAt", DateTime.Date("02/03/2014"))
...
the Parse error is "com.parse.ParseException: invalid type for key startedAt, expected date, but got string"
In B4A not exists the date type?