Ability to add user-specified padding for @Day, @Month, @Doy
I routinely create folders with the name format 01 - Jan 2018 or the date format 01, so when I list in File Manager/Windows Explorer I don't wind up with 1, 10, 11, ..., 19, 2, 20, 21 ...
To use the current options I have to prepend a 0 and then take the last 2 characters. (I don't use _doy or @doy.)
Since this often would be returning a string, it might need different variable names, either that or add an optional second parameter to indicate that the function will return a string rather than an integer.
I routinely create folders with the name format 01 - Jan 2018 or the date format 01, so when I list in File Manager/Windows Explorer I don't wind up with 1, 10, 11, ..., 19, 2, 20, 21 ...
To use the current options I have to prepend a 0 and then take the last 2 characters. (I don't use _doy or @doy.)
Since this often would be returning a string, it might need different variable names, either that or add an optional second parameter to indicate that the function will return a string rather than an integer.