Hello, I use date plugin for TT. How can I print out month names if I only have month's number? Let's say I know that month's number is 11 - how I can make 'date' to print out November? I tried this:
[% mydate = 11 %] [% date.format( mydate, '%B' ) %] but it just prints January and that's it :(. Is this even possible to do this? Rgds, Viljo
