casting datetime as date while comparing in a worklfow
Hi friends,
I need only the date value to be compared. for example, the value retured by one of the field is a date time value - 7/26/2013 12:00 AM. i need to compare this with today date. I only need to check the date. today() function will return the current date as 07/26/2013. because of this mismatch my workflow condition is not working. How to type cast them
I need only the date value to be compared. for example, the value retured by one of the field is a date time value - 7/26/2013 12:00 AM. i need to compare this with today date. I only need to check the date. today() function will return the current date as 07/26/2013. because of this mismatch my workflow condition is not working. How to type cast them
0