IDE Script: Date in a Comment

I created an IDE Script (following this example: “AddCommentHeader.xojo_script”) … who put some Comments lines with default values.

I want to add today’s SQLDate in a comment line (and not what I’ve done at first: a fixed date).

After some seach, I failed to find if this is possible / how to do that.

Ideas ?

Nota: for some reason, I love to put the date I started to put code in a Method / Function / Event, whatever…

When in doubt use brute force. How about a shell command to print the date: https://www.cyberciti.biz/faq/unix-linux-getting-current-date-in-bash-ksh-shell-script/ ?

Thanks,

Emile