When using a date function (in Variables) an
output mask exists. Eg. {DATEFORMAT(yyyy-MM-dd HH:mm)}. This is great as the dateformat of the OS users involved can vary.
But when using date
input there is no mask option. Eg. {DATE(DaysBetween|2019-11-05|2019-12-05)}.
To enforce independance of random OS user date format settings I propose input mask options in date functions. The example above could be overloaded so this was a possibility: {DATE(DaysBetween|2019-11-05|2019-12-05|yyyy-MM-dd|yyyy-MM-dd)} or only one mask for both inputs.
This would also render cumbersome substringing of arbitrary date input formats (eg. input filenames) superfluous.
Thank you.
Edited by user
2019-11-05T08:52:46Z
|
Reason: Not specified