by Admin » Tue Oct 08, 2024 2:10 pm
Yes, you can use a custom date format. See more info in help file:
Custom Date Formats
You can append a variety of dates to the file names, either at the beginning or the end. For example, you could prefix the file names with their Modified date, or you could suffix them with the Creation Date. See section 'Auto Date (8)'.
A new feature, introduced in version 2, is the ability to add date and time information in a very flexible manner, using standard formatting codes. The full list of codes is defined below. So for example, if you wanted to suffix the file name with the day name and the month name you could enter a custom code of "%a%b".
The full list of codes is:
%a
Abbreviated weekday name
%A
Full Weekday name
%b
Abbreviated month name
%B
Full month name
%d
Day of Month (01-31)
%H
Hour in 24-hour format (00-23)
%I
Hour in 12-hour format (01-12)
%j
Day of Year (01-366)
%m
Month number (01-12)
%M
Minute (00-59)
%p
AM/PM Indicator
%S
Seconds (00-59)
%U
Week number of year (00-53), with Sunday as the first day of the week.
%w
Weekday (0-6), with Sunday=0.
%W
Week number of year (00-53), with Monday as the first day of the week.
%y
Year, with no century indicator (00-99)
%Y
Year, with century indicator (e.g. 2004)
%z
Time zone name
%%
Percentage sign