How would I remove the timestamp from the SYSDATE?...
# general
i
How would I remove the timestamp from the SYSDATE? Trying to get the current date to compare with a field but can't figure this out
e
In a Saved Search?
i
Right
e
Use
TO_CHAR()
for date formatting
i
Awesome. Thank you