Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone ,I have a problem that concerns the date .I have a golf date : 07/20/2014 00 : 00.00 . How can I remove the minutes and seconds remaining intact date .Thank you
Yes for removing the timestamp all together you can use
Date(Floor([golf date])) as [golf date]