Hello everyone
Today i was trying to make a new field on my electrode details where i whould like to add the last update day.
I can do it with a macro but idk how to get the "%short-date" (from drawing).
My idea is to do:
LET $data = short-date
//--Result: today day (dd/mm/yyyy or yyyy/mm/dd)
EXPORT $data
Is there some "object information" like we have for USER = user.name ?