cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Date time field

Former Member
0 Likes
162

I have a datetime field, and need to report on the entire day. I'm having trouble using   currentdate

with this sort of data, it can only work if I hard code a date like 2016-07-06. I would like to use currentdate, is this possible?

2016-07-06 08:20:00.000

View Entire Topic
abhilash_kumar
Active Contributor
0 Likes

Hi Paul,

Try:

Date({Date Time Field}) = CurrentDate

-Abhilash