is the function definition. As you provide a datetime (the sysdate() function output), DS has to convert it to a string first using the default format which is YYYY.MM.DD HH24:MI:SS. Obviously this format does not match the format YYYY-MM-DD, it has to be YYYY.MM.DD.
because 3.1 had a bug, it was not stringent enough in the test. Lot’s of people complained and said ‘2001-12-31’ does NOT match the format ‘YYYY.MM.DD’.
lol thats what i wanted to understand. To fix this exported to ATl then did find and replace of YYYY-MM-DD to YYYY.MM.DD. Which has now fixed my problems.