Inserts the value belonging to the tag based on the computers local time and date. They are very self explained. Remember that these values are calculated at start of rename and not when the file is actually renamed. All tags except <Year> have a length of two characters at all time.
<Date:format> <Time: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 |
<Sec> | |
<Min> | |
<Hour> | |
<Day> | |
<Month:x> |
The optional parameter can be used to specify another format than the standard leading zeros format. Possible parameter values: 0: No leading zeros. 00: Leading zeros xxx: Short textual (jan, feb etc.) Xxx: Short textual with starting capital letter (Jan, Feb etc.) XXX: Short textual in capital letters (JAN, FEB etc.) xxxx: Long textual (january, february etc.) Xxxx: Long textual with starting capital letter (January, February etc.) XXXX: Long textual in capital letters (JANUARY, FEBRUARY etc.) |
<Year:x> | Set X to 00 to force the year value into a 2 digit value |
<UnixTimestamp> |