Format Get File\Folder Date

I would like to see a date formating option in the Get File/Folder Date action. The date string I get back is very long and not formated in the way I need. An extra field where you could input a formating string like “yyyymmdd” would be greate.

I had a quick look at this. The problem is that the action is implemented in javascript, which doesn’t have access to the same formatting function as the internals of FinalBuilder (we’ll fix this in a future update). For now the simple work around is to define your variable as a DateTime variable, and set the FormatString property of the variable. That format will be used where ever the variable is referenced as a string (ie %VARIABLE%).