I need to set a date field value to May 31 of next...
# general
a
I need to set a date field value to May 31 of next year. Does anyone know the WF formula to do this?
a
You could try
TO_DATE('05/31/2021','MM/DD/YYYY')