INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: exodus1977 on August 29, 2010, 05:34:51 pm

Title: How to display Month as a number?
Post by: exodus1977 on August 29, 2010, 05:34:51 pm
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?
Title: Re: How to display Month as a number?
Post by: MrC on August 29, 2010, 05:56:50 pm
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.
Title: Re: How to display Month as a number?
Post by: exodus1977 on August 29, 2010, 05:59:58 pm
Thank you so much MrC!  Exactly what I was looking for. ;D