_setDueDate
Parameters
id
due_date
Example
FM_api('Task_setDueDate', ['id' => '123', 'due_date' => '2018-10-20 10:00:00']);Result
On Success
{'ok':1}Last updated
Set the Due Date for a Task.
The ID of the Task.
The date which the Task should be completed for by the latest. The date/time format should be as follows: yyyy-mm-dd hh:mm:ss.
FM_api('Task_setDueDate', ['id' => '123', 'due_date' => '2018-10-20 10:00:00']);{'ok':1}Last updated