Timestamp
Good morning!
I used the instruction found on topic System-wide Insert Date & Time - Apple Community
to create a timestamp to use in mail, but I don't know how I can set the date format to be dd/mm/yyyy and the hours format to 24h even if my system preference are in 12h.
the script is this
on run {input, parameters}
set thedate to (current date) as string
tell application "System Events"
keystroke thedate
end tell
end run
can anyone help me?
MacBook Air (M1, 2020)