Hello -
I am new to creating dynamic stamps in Adobe, but what I have at the moment is the following code pulling in the date automatcially for me:
Code:
event.value = (new Date()).toString();
AFDate_FormatEx("mm/dd/yy");
This is working great. Now what I need to do is put a set of initials in front of the date it is pulling in. And I have been successful with several sets of initials. Such as:
Code:
event.value = (new Date()).toString();
AFDate_FormatEx("BS mm/dd/yy");
But when I enter an "M" or "H", the dynamic stamp pulls in the current hour for H and the current minute for M.
So I am wondering if there is another code I can implant within the dynamic stamp to put the initials right before the date??
Any help would be appreciated.
Thanks,
Brandy