Did anyone ever get this resolved? The datediff is special in that it doesn’t require a format string so I guess it works with native datetime types?
Anyway to work from/to datetime types instead of strings?
My case is simple. I am taking the default (built in) Date Created datetime field and want to add 1 day to it and store the result in a custom Due Date datetime field.
I am guessing this won’t work because these functions are all trying to work with strings instead of datetimes for some reason?
