Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change field to Uppercase

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
km4504
342 Views, 4 Replies

Change field to Uppercase

I am trying to find the right string to change the date field from 09 Jul 24 to 09 JUL 24. I would like the month to be all caps. Is this possible. Using 2024.

If my reply was helpful, please give a Kudos or click the Accept as Solution button below (or both).
4 REPLIES 4
Message 2 of 5
vladimir_michl
in reply to: km4504

You can do that by entering the proper formatting string - e.g.:

 

%<\AcVar date \f "d. MMMM yyyy h:mm %tc1">%

%<\AcVar date \f "d. MMM yyyy h:mm %tc1">%

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

Message 3 of 5
pendean
in reply to: km4504

Or something like

 

$(upper, $(edtime, 0, MONTH YYYY))

 

 

and from HELP in the program

https://help.autodesk.com/view/ACD/2025/ENU/index.html?guid=GUID-F94A885A-4DA2-432B-AC1A-EB49CC6C1C7...

Message 4 of 5
km4504
in reply to: vladimir_michl

It worked, I just needed to change the day to two digits and the year to 2 and no time is needed.
If my reply was helpful, please give a Kudos or click the Accept as Solution button below (or both).
Message 5 of 5
km4504
in reply to: pendean

I had to modify the string, but this is the actual format I needed. So I'll give you a like for pointing me in the right direction.

$(upper,$(edtime, $(getvar,date),DD MON YY))

If my reply was helpful, please give a Kudos or click the Accept as Solution button below (or both).

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report