Completed
[Date]: Current date format as YYYY-MM-DD
Add - in the date format keyword to create file or folderĀ YYYY-MM-DD
Add - in the date format keyword to create file or folderĀ YYYY-MM-DD
Peter, while it's not available in all places yet, there is a token you can use like this:
[CustomDate(format)]
Inside the format statement, you can use any of the .NET formatting strings, such as:
[CustomDate(yyyy-MM-dd)]
or any other format available in .NET:
https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
If you see someplace where this is not supported in Clarity 2021, please let us know.