You need to sign in to do that
Don't have an account?

compare date datetime
Hi @ all,
I want to compare a date field and a datetime field in the process manager. Is this possible?
Lisa
I want to compare a date field and a datetime field in the process manager. Is this possible?
Lisa
- You can use the Conditions are met criteria
- Use the date field in the field column
- Use Type of formula
- Use the Fomula DATEVALUE(DateField)
- Use the Formula evaluates to true criteria
- Use the formula
These examples assume you are looking for a match, but you can use whichever comparator you require.I would always suggest converted the datetime field to a date field rather than vice versa because a date field will convert to 0000 time and therefore would not represent accurately.
You can convert the datetime field to a date field (without the clock) by using DATEVALUE(datetime field) in a formula. Then you should be able to compare the fields as you require.
Now it work without any problems, thank you very much.