Date replace and reformat

Discussion, questions and support.
Post Reply
cornhuskerfan23
Posts: 1
Joined: Mar 17th, ’18, 02:12

Post by cornhuskerfan23 » Mar 19th, ’18, 01:13

I'd like to auto correct dates in a document. When users type a date, any date, any format, I'd like to recognize that and then reformat that date as long. For example, if someone types 3/1/18, I'd like to auto-correct this to 'Thursday March 1, 2018.' I can't figure out how to use wild cards for for my input string. Any ideas?
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Mar 21st, ’18, 11:03

Such feature is not available. How could FastKeys recognize that the string being entered is a date and not something else?
I could only think of making a script which would change the date format of the selected string...
Post Reply