Skip to main content

timestamp for Illy 77 Responses

Last post: 2 years, 2 months ago | Thread started: Mar 9, 10, 3:18 a.m.

RespondNew TopicDisable Images

Out of context: Response #2 [Mar 9, 10, 3:18 a.m.]

  • neverblink

    Something like this should work I think (save as javascript file and run as script in Illustrator).

    var doc = app.activeDocument;
    var myText = doc.textFrames.add();
    myText.contents = new Date();
    myText.top = 20;
    myText.left = 20;

    • hmm, date function doesn't work?neverblink1/2
      ah, it does.. just remove the "new"neverblink2/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content