Insert Date on Mac

Using Apple Script we can insert a date string

In Automator setup, a service Service receives 'no input' in 'any application,' and select "Output replaces selected text"

on run
		return date string of (get current date)
end run