I'm using the "Get File/Folder Date" action to get the date/time of a file and currently setting it to a variable. I'm then using that variable in a FileSet Date filter (putting the variable in the "or this date/time (supports FB Variables)" property).
The FileSet throws the error "Error converting string to date/time: 'Thu Jan 22 23:13:59 CST 2009' is not a valid date and time".
I can use the OnGetDate event of "Get File/Folder Date" and format the date/time manually. But what date/time format should I use?
Thanks