Automator
Automator not consistant...
time stamp (Quick Action)
on run {input, parameters}
set thetime to (do shell script "date '+%nT: %l:%M %p %n ' ") as string
tell application "System Events"
keystroke thetime
end tell
end run
type the date (Quick Action)
on run {input, parameters}
set thedate to (current date) as string
tell application "System Events"
keystroke thedate
end tell
end run
System Preferences...Keyboard...Shortcuts...Services...General...
timestamp ⌃⎇⌘T
type the date ⌃⎇⌘D
T: 9:12 AM
text goes here
Tuesday, October 5, 2021 at 9:12:43 AM
text goes here
...here the time didn't appear!
Tuesday, October 5, 2021 at 9:13:36 AM ...yet the date does!
...still no time here...
Tuesday, October 5, 2021 at 9:14:09 AM ...yet the date does again!
...still no time here...
...what is the problem with this?????
I started a new note and did time first, then date...
ˇÚ 9Ú15 ÅÂ
Tuesday, October 5, 2021 at 9:15:19 AM
T: 9:15 AM
T: 9:15 AM
...this was the output to the page!!!!
iMac Line (2012 and Later)