Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, im sure this is a simple fix but didnt want to waste a couple of hours trying to figure it out. i have a table that shows dates, but the table it brings it from includes times as well.... how do i lose the times? (the imported table comes from a Syspro live database)
see attached
use Date(datefield,'DD-MM-YYYY')
Hi James,
Use the Date() function.
Date(Your_Field,'DD-MMM-YYYY')
or floor it to eliminate time
use Date(datefield,'DD-MM-YYYY')
hi
try this
Date(date#(datefieldname,'DD/MM/YYYY hh:mm:ss'),'DD-MM-YYYY')
******************************************************
DATE(FLOOR(DATEFIELDNAME))
Manoj K :
how is that different from Vishnu Ram reply?
Great, thanks everyone
both are same, by the time replying screen was yet to refresh i believe.