Task: {Copy/Move} File > append date/time in military time
Where hh is the hours, it appears that this is in non-military time and therefore less useful. The hour in the DTS in the file should be in military time to ensure files are not overwritten and provide more uniqueness.
Even better would be to allow the file fields to include wildcards and other standard programming functions to allow for custom formatting and dynamic naming conventions without the use of a script to handle the task.
Also NOTE: I believe the US & AU formats are listed backwards.
US Format – filename_yyyy-dd-MM_hh-mm-ss.file extension.
AU Format – filename_yyyy-MM-dd_hh-mm-ss.file extension.
Where yyyy is the current year, dd is the current day of the month, MM is the current month number, hh is the hours, mm is the minutes and ss the seconds.
Even better would be to allow the file fields to include wildcards and other standard programming functions to allow for custom formatting and dynamic naming conventions without the use of a script to handle the task.
Also NOTE: I believe the US & AU formats are listed backwards.
US Format – filename_yyyy-dd-MM_hh-mm-ss.file extension.
AU Format – filename_yyyy-MM-dd_hh-mm-ss.file extension.
Where yyyy is the current year, dd is the current day of the month, MM is the current month number, hh is the hours, mm is the minutes and ss the seconds.
I think think this would be very helpful as well. Has it been addressed already?