You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But why can't Due tasks and info include a time? This is not taken into account when using the setDue() method.
This is a shame.
The info can be put in the notes, but this is much less practical, especially when synching with a database.
Is an evolution planned, or is this not feasible?
Example Method setDue : $task->setDue("2025-01-07T14:00:00Z");
Example Method getDue : $result = $task->getDue(); //"2025-01-07T00:00:00.000Z"
The notion of time has been lost.
Thanks
Xav
The text was updated successfully, but these errors were encountered:
Hi,
This library is really very good.
Environment details
But why can't Due tasks and info include a time? This is not taken into account when using the setDue() method.
This is a shame.
The info can be put in the notes, but this is much less practical, especially when synching with a database.
Is an evolution planned, or is this not feasible?
Example Method setDue :
$task->setDue("2025-01-07T14:00:00Z");
Example Method getDue :
$result = $task->getDue(); //"2025-01-07T00:00:00.000Z"
The notion of time has been lost.
Thanks
Xav
The text was updated successfully, but these errors were encountered: