Resolved! Remove time from Date Time field
Hello, I would like to strip out the time on the Due Date field for my Catalog Tasks. My script to populate is very simple: task.due_date = current.variables.requested_date.getDisplayValue(); Is there a way to strip out the time? I have tried...