We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b2112 commit 49e5d1eCopy full SHA for 49e5d1e
1 file changed
command.js
@@ -61,6 +61,8 @@ function insertFileHeaderComment(picked_template){
61
'date': date.toDateString(),
62
'time': date.toLocaleTimeString(),
63
'time24h': date.getHours()+':'+date.getMinutes()+':'+date.getSeconds(),
64
+ 'day': date.getDate(),
65
+ 'month': date.getMonth()+1,
66
'year': date.getFullYear(),
67
'company': 'Your Company'
68
};
0 commit comments