More > Media Center 14 (Development Ended)
How to display Month as a number?
(1/1)
exodus1977:
I'm trying to rename files and want the "month" tag to display as a number rather than the name of month (ie, "07" instead of "July"). How would I do that?
MrC:
Rename using a function to format:
FormatDate([Date, 0], MM, no date)
Outputs a 2 digit month (MM), or "no date" if there is no date available.
exodus1977:
Thank you so much MrC! Exactly what I was looking for. ;D
Navigation
[0] Message Index
Go to full version