I've been using Textpad for a while but haven't really progressed beyond search / replace & basic key-stroke macros. I would really appreciate some help with this....
I have a long journal document with dates formatted as dd/mm/yy (all numerics). Is there a way of searching for the day of week to match with this (e.g. 'Monday', 'Thursday') & adding this after the date?
I've thought of importing a list of matching dates /days from excel but don't know how then to match them to the document.
Thanks
Match day of week to a date
Moderators: AmigoJack, bbadmin, helios, MudGuard
- MudGuard
- Posts: 1295
- Joined: Sun Mar 02, 2003 10:15 pm
- Location: Munich, Germany
- Contact:
-
bveldkamp
Another starting point would be the 'date' util from http://unxutils.sourceforge.net. You can add a tool in TP that calls date.exe --date=$Sel +%A, this will put the weekday on the tool output window. Still not exactly what you want I guess, but it's a start.