@MAKEAGE — converts a date and time into an NTFS file age. The date may be in any input date format supported by this plugin; it must be a valid date within the supported range.

Syntax:
%@MAKEAGE[date,time,infmt]

datethe date to convert
timethe time on date; if not specified, 00:00:00 is assumed
infmtthe input date format, used to interpret ambiguous dates

• Incompatibility: Unlike most of Take Command’s built-in date functions, the native @MAKEAGE allows a very wide (but undocumented) range of dates. My replacement @MAKEAGE function supports the same range of dates as all other functions in this plugin. Dates after the year 9999 will fail with an error message.

See also: @AGEDATE, which performs the reverse function.