Trying to use FormatDate in a rename process.
Current usage is FormatDate([Date],yyyy-MM-dd). Used to take the [Date] field and format, not working now.
Value in Date field = 04/01/2012.
FormatDate([Date]) = 4_1_2012
FormatDate([Date],yyyy-MM-dd) = 1900-01-03
This is with version 17.0.122
I saw another post mentioning changes to these functions, but no specifics on how FormatDate changed.