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.
Solved! Go to Solution.
Solved by vladimir_michl. Go to Solution.
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
Or something like
$(upper, $(edtime, 0, MONTH YYYY))
and from HELP in the program
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))
Can't find what you're looking for? Ask the community or share your knowledge.