Guest User

Untitled

a guest
Apr 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. CmdUtils.CreateCommand({
  2. names: ["insert date"],
  3. execute: function(){
  4.  
  5. var date = new Date();
  6. CmdUtils.setSelection(dat.toLocaleDateString());
  7.  
  8. }
  9. })
Add Comment
Please, Sign In to add comment