#10175
Yutaka Emura
Keymaster

Hello,

You can use a macro like this:


var today = new Date()
document.selection.Text = today.toLocaleTimeString();

Thanks!