I use 2017 Captivate Release 10.0.1.285. I have numerous CBTs that I have created where the User must print a Certificate after completing the Quiz.

The only date I can seem to enter is $$cpInfoCurrentDateString$$ but that produces a numerical date only (i.e., 03/09/2019).

How can I update this so that it print March 9, 2019?

All Comments
Sort by:  Most Recent
2019-03-11 12:46:36

Thank you Lieve. I’m not sure how I missed this variable setting but I’m all set now.

Enjoy your day!

 

Like
2019-03-11 13:35:49

You’re welcome. I remember very well my pleading to have the possibility to display dates in another format than the (illogical in my mind) US format. That is why the team came up with this extra variable.

Like
2019-03-10 14:50:18

Set up your OS to display the date in that format and use the system variable

cpInfoCurrentLocaleDateString

Like