I am trying to create "hackable URLS" (http://drupal.org/node/247205) using Pathauto and Views.

I have setup Pathauto so that the blogs on the site get setup so that they are in this pattern:
Blogs/[yyyy]/[mon]/[title-raw]

Where the [mon] is the three letter abbreviated month.

I setup the arguments but the only option for month is the 2 digit month so 12 for December and not Dec. Can I get views to use the [mon] style in the arguments?

Ian