Does anyone know of a way that I can insert the current date & time in a visual studio 2008 snippet? What I want is something like this in the body of my .snippet file...
<Code Language="csharp">
<![CDATA[
// $DateTime$
// more code here for my snippet...
</Code>