Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date in creo parametric

Status
Not open for further replies.

danielrendon123

Mechanical
Joined
Feb 4, 2016
Messages
1
Location
CO
Hi,
I have seen some discussions about &todays_date and I know that it inserts a string with the actual date and doesn't update.
Is there any way to use a parameter that update the date each time that I open the model or drawing file?
thanks.
 
@danielrendon123: I do not have an easy way to test this out right now, but you might try defining a parameter using a relation. Since relations are re-calculated each time a model/drawing is regenerated, that should updated the date as well. Something as simple as: LAST_OPEN = &TODAYS_DATE, then call &LAST_OPEN as the parameter to use should (and, as with any PTC product, I stress again should) work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top