That doesn't do what I want. What I want to do is define a code template called, say, com. The template for com will look like:
// Changed: %DATE% Comment
I want %DATE% to be automatically substituted with today's date when I insert this comment line in code with "com" then CTRL+J so the text will be inserted as:
// Changed: 27/03/2006 Comment