Replaceable strings in Visual Studio Wizards

I see from beta2 that $year$ return 2005, how do I return the month? The user account?
[86 byte] By [SlowBowler] at [2008-1-28]
# 1
Can you provide an example of where you are using $year$?

To find the user account, try My.User under there, you will find the Name, as well as the objects representing the credentials, etc...

DavidGuyerMS at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2
See http://msdn2.microsoft.com/library/eehb4faa(en-us,vs.80).aspx

For user name: $username$
For time (including month): $time$

Best regards,
Johan Stenberg

JohanStenberg at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...