I'm trying to populate an expression (default value of a parameter) with an explicit time. How do I remove the time from the the "now" function?
I'm trying to populate an expression (default value of a parameter) with an explicit time. How do I remove the time from the the "now" function?
=CDate(Now).ToString("dd/MM/yyyy")
Although you are hardcoding the date formart to a locale.