Skip to content

Commit

Permalink
fix: date time input
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 18, 2021
1 parent 73770bb commit a53c4c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/功能-秒打时间戳.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Return
FormatTime, TimeString, , yyyy-MM-dd-
SendInput {Text}%TimeString%
Return
:*:#T#::
FormatTime, TimeString, , yyyy-MM-dd HH:mm:ss
SendInput {Text}%TimeString%
Return
:*:#DD#::
FormatTime, DateString, , (yyyyMMdd)
SendInput {Text}%DateString%
Expand Down

0 comments on commit a53c4c5

Please sign in to comment.