on 2016 Jul 05 11:05 PM
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
Request clarification before answering.
Hi Paul,
Try:
Date({Date Time Field}) = CurrentDate
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Paul,
May be the datetime field is in string format, If Abhilash formula is not working for your then try this:
Left({datetimefield},10) = Totext(currentdate,'yyyy-mm-dd')
Thanks,
Sastry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.