I don't see a function for DateNow()...do I have to add DateTimeNow and somehow remove the time? Thanks!
Solved! Go to Solution.
Left(DateTimeNow(),10)
.....
Left(DateTimeStart(),10)
2017-12-11
I like DateTimeStart() more. It is a single date for all records in your workflow.
Cheers,
Mark
You could do a Left(DateTimeNow(),10) to get just the date portion.
You could also calculate DateTimeNow() into a field with the "Date" data type to get just the date portion.
But sadly no DateNow() function that I know of.
Hey @mattcoleman! I see @MarqueeCrew and @Garrett were already able to get you what you needed, but I wanted to share the DateTimeToday() function. I tend to use this when I just need the date of today without the time. Just one more way to accomplish the same task! :)
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |