How can I add the date of today in my PDF file just before to save under File explorer?

How can I add the date of today in my PDF file just before to save under File explorer?
I’m using StudioX. I want to have the date of today in my output file name.

Thanks in advance for your help.

Hi @mce,

Click the below + button and choose open in Advanced editor:

Use this code: “YourFileName”+now.ToString(“ddMMMyyyy”)+“.pdf”

Thanks!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.