Skip to main content
Participating Frequently
September 16, 2019
Question

Is Date Variable Text Possible in Photoshop CC 2019

  • September 16, 2019
  • 5 replies
  • 1205 views
Im trying to create a date variable for a production template in photoshop so that it updates to the current date when I save a new version of the document. It doesnt seem like much but over time it could save a ton of clicking and typing. Any ideas? I know you can do this in InDesign as seen in the link below but unfortunately our studio doesnt spring for that.

 

Thanks! 

 

https://webcache.googleusercontent.com/search?q=cache:9GNgZeQ8MDAJ:https://forums.adobe.com/thread/1921234+&cd=14&hl=en&ct=clnk&gl=ca

This topic has been closed for replies.

5 replies

Legend
September 17, 2019

Use a script. There is a core JavaScript Date class that can easily handle this, you would just need to run the script to update on save.

Participating Frequently
September 17, 2019
Thanks, im not all that script savvy, more of a visual guy. Do you know of any resources that could help me learn how to do this?
Randy Hufford
Community Expert
Community Expert
September 17, 2019

do a youtube search and you will find lots of videos showing step by step how to do this.

Other resources to look at include:

https://kelbyone.com/

https://www.linkedin.com/learning/me

photoshopcafe.com

 

Stephen Marsh
Community Expert
Community Expert
September 17, 2019

Text variables and variables (data driven graphics) are two different things, so I doubt that Photoshop's Image menu > Varaibles will help you.

 

Thinking out loud, perhaps a script and the script events manager could create a crude text variable that would auto-update on save.

marliton
Community Expert
Community Expert
September 16, 2019
Randy Hufford
Community Expert
Community Expert
September 16, 2019
Sahil.Chawla
Adobe Employee
Adobe Employee
September 16, 2019

Hi there,

Data Variable text is not possible in Photoshop, however, you may look into InDesign for this.
Please have a look at this article for more information: https://helpx.adobe.com/indesign/using/text-variables.html

 

Regards,
Sahil

Participating Frequently
September 16, 2019

Yeah Im aware that it can be done in InDesign. Thanks for the reply though!