Possible Duplicate:
Insert current datetime in Visual Studio Snippet
In VS2005 using C#, is there a shorthand way to insert the date into the editor? I want to date my comments - is there a shortcut to enter the current date?
Possible Duplicate:
Insert current datetime in Visual Studio Snippet
In VS2005 using C#, is there a shorthand way to insert the date into the editor? I want to date my comments - is there a shortcut to enter the current date?
There is nothing built in, but you can write a quick VBA macro that does that and bind a keyboard shortcut to it.