User Tools

Site Tools


wiki:windows:auto_hotkey:date_formats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:windows:auto_hotkey:date_formats [2016/05/13 13:10] – created mattwiki:windows:auto_hotkey:date_formats [2016/09/13 15:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== AHK Date Formats ======
 +
 +<code>
 :R*?:ddd:: :R*?:ddd::
 FormatTime, CurrentDateTime,, dd/MM/yy FormatTime, CurrentDateTime,, dd/MM/yy
 SendInput %CurrentDateTime% SendInput %CurrentDateTime%
 return return
 +</code>
 +
 +<code>
 :R*?:xxx:: :R*?:xxx::
 FormatTime, CurrentDateTime,, yyMMddHHmmss FormatTime, CurrentDateTime,, yyMMddHHmmss
 SendInput %CurrentDateTime% SendInput %CurrentDateTime%
 return return
 +</code>
 +
 +<code>
 :R*?:aaa:: :R*?:aaa::
 FormatTime, CurrentDateTime,, yyMMdd FormatTime, CurrentDateTime,, yyMMdd
 SendInput %CurrentDateTime% SendInput %CurrentDateTime%
 return return
 +</code>
 +
 +<code>
 :R*?:jjd:: :R*?:jjd::
 FormatTime, CurrentDateTime,, dd-MM-yy FormatTime, CurrentDateTime,, dd-MM-yy
 SendInput %CurrentDateTime% SendInput %CurrentDateTime%
 return return
 +</code>
 +
 +<code>
 :R*?:yyy:: :R*?:yyy::
 FormatTime, CurrentDateTime,, dd-MM-yy HH:mm FormatTime, CurrentDateTime,, dd-MM-yy HH:mm
 SendInput %CurrentDateTime% SendInput %CurrentDateTime%
 return return
 +</code>
  
wiki/windows/auto_hotkey/date_formats.1463159447.txt.gz · Last modified: 2016/09/13 15:54 (external edit)