Page 1 of 1

Add Day/Month/Year to Filename

Posted: 04 Dec 2013, 18:17
by g3rman
I would like to rename files to the following format. Any help would be appreciated:

Firefly - S01E01 (22 March 2008).avi

My problem is getting the month to display as the name of the month rather than the numeric notation.

Re: Add Day/Month/Year to Filename

Posted: 04 Dec 2013, 18:28
by g3rman
Figured it out myself:

{n} - {S00E00} ({airdate.format("dd MMMM yyyy")})

Re: Add Day/Month/Year to Filename

Posted: 05 Dec 2013, 01:53
by rednoah
Good job! I guess you had to look into the JavaDocs for that one! :)