Datetime created tags

Use these tags to insert the created date or time of the file or folder. All tags except <Year Created> has a length of two characters at all time.

These tags are only available on Windows

<Date Created:format>
<Time Created:format>
Format date and time based on format string.
yy: 2 digit year
yyyy: 4 digit year
m: Month
mm: 2 digit month with leading zero
mmm: Month as text, short
mmmm: Month as text, long
d: Day
dd: 2 digit day with leading zero
ddd: Day of week as text, short
dddd: Day of week as text, long
h: Hour
hh: 2 digit hour with leading zero
n: Minute
nn: 2 digit minute with leading zero
s: Second
ss: 2 digit second with leading zero

Examples:
<Date Created:yyyy-mm-dd> outputs the date 2023-03-15
<Time Created:hh:nn:ss> outputs the time 14:30:00
<Date Created:dd mmm yyyy> outputs the date 15 Mar 2023
<Date Created:yyyy-mm-dd hh:nn> outputs the date and time 2023-03-15 14:30
<Sec Created>  
<Min Created>  
<Hour Created>  
<Day Created>  
<Month Created:x> See <Month> tag for a description of the parameter.
<Year Created:x> See <Year> tag for a description of the parameter.
<UnixTimestamp Created>  
These tags also support adjusting output value.