javascript - How to set a date column as NULL in Parse.com with REST API? -



javascript - How to set a date column as NULL in Parse.com with REST API? -

i have custom field of datatype date. trying reset / remove datetime value , set null / blank / default 00... using rest api.

however, attempts far have resulted in error. here how json looked in various attempts...

{ "__type": "date", "iso": null } ; { "__type": "date", "iso": "" } ; { "__type": "date", "iso": "0000-00-00t00:00:00.000z" } ;

any guidance or tips appreciated. thanks!

object.unset("columnname")

object: parse object

"columname": name of column want set null

refer link

javascript json rest parse.com titanium

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -