wiki:windows:auto_hotkey:date_formats
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:windows:auto_hotkey:date_formats [2016/05/13 13:10] – created matt | wiki:windows:auto_hotkey:date_formats [2016/09/13 15:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== AHK Date Formats ====== | ||
| + | |||
| + | < | ||
| :R*?:ddd:: | :R*?:ddd:: | ||
| FormatTime, CurrentDateTime,, | FormatTime, CurrentDateTime,, | ||
| SendInput %CurrentDateTime% | SendInput %CurrentDateTime% | ||
| return | return | ||
| + | </ | ||
| + | |||
| + | < | ||
| :R*?:xxx:: | :R*?:xxx:: | ||
| FormatTime, CurrentDateTime,, | FormatTime, CurrentDateTime,, | ||
| SendInput %CurrentDateTime% | SendInput %CurrentDateTime% | ||
| return | return | ||
| + | </ | ||
| + | |||
| + | < | ||
| :R*?:aaa:: | :R*?:aaa:: | ||
| FormatTime, CurrentDateTime,, | FormatTime, CurrentDateTime,, | ||
| SendInput %CurrentDateTime% | SendInput %CurrentDateTime% | ||
| return | return | ||
| + | </ | ||
| + | |||
| + | < | ||
| :R*?:jjd:: | :R*?:jjd:: | ||
| FormatTime, CurrentDateTime,, | FormatTime, CurrentDateTime,, | ||
| SendInput %CurrentDateTime% | SendInput %CurrentDateTime% | ||
| return | return | ||
| + | </ | ||
| + | |||
| + | < | ||
| :R*?:yyy:: | :R*?:yyy:: | ||
| FormatTime, CurrentDateTime,, | FormatTime, CurrentDateTime,, | ||
| SendInput %CurrentDateTime% | SendInput %CurrentDateTime% | ||
| return | return | ||
| + | </ | ||
wiki/windows/auto_hotkey/date_formats.1463159447.txt.gz · Last modified: (external edit)