
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, everyone,
I am looking for a way to put the current date in a text field, but I don't want to have it updated every day.
Let me clarify: In Excel, for example, if we put in a cell
=today()
we will obtain the current date and if we open the file tomorrow, the date will be referred to the current date of opening the file
On the other hand, again in Excel, if we hit Ctrl+; (semicolon) we obtain today's date and every other day we open the file, there will be the same old date, no updates daily, a plain text.
In AutoCAD something similar is possible as well. If we insert/edit a field ->Field Category->Other->Diesel Expression and in the right textfield we put this:
$(edtime,$(getvar,date),D.M.YYYY)
We will obtain the current date and it will be updated every day. This is equivalent of the Excel's
=today()
Is there an equivalent of Excel's ctrl+; in AutoCAD, so when I put the date of today, tomorrow it will not be changed. Probably a hotkey or IDK?
Solved! Go to Solution.