I have a similar issue, but I need to be able to blank the date value in the sharepoint list.
Background:
I have a Redlight/Greenlight that checks a Field in the sharepoint list under a date/time formatted column.
If(!IsBlank(ApprovedDate), RGBA(12, 126, 44, 1), RGBA(255, 51, 51, 1))
This redlight/greenlight is simply a color indication if an item is approved or not. There are other parts of the app which patch in the date value to the Record in the sharepoint list at the time of approval. 'Sally' completes a task and her manager is informed via email. 'Sallys manager' views the task and approves it. Moments later 'Rachel' tells 'Sallys manager' that she received an invoice from 'Sally' with conflicting data. 'Sallys manager' now needs to clear the date value from the sharepoint list so that 'Sally' can rework the task.
Occasionally, mistakes are made and the Date value needs to be removed. The Admin (who has access to the sharepoint list) could simply go to the list and clear the date value, if I could figure out how to reset the values (instead of creating an admin interface and juggling user permissions).
The value of the date removal is that now the users of the app can go back to workflow.