summaryrefslogtreecommitdiffstats
path: root/functions.ahk
diff options
context:
space:
mode:
authorbreadcat2015-09-11 16:25:00 +0100
committerbreadcat2015-09-11 16:25:00 +0100
commitb14500446f4533efada71f105485f76124783388 (patch)
tree973d6e15fc525ed09c667d25873efbe57d3e317c /functions.ahk
parent6e39f8fcd855c02fe9913951b5d59775c921e125 (diff)
downloadahka-b14500446f4533efada71f105485f76124783388.tar.gz
ahka-b14500446f4533efada71f105485f76124783388.tar.bz2
ahka-b14500446f4533efada71f105485f76124783388.zip
Small improvements
Add comment Add more typos Shuffle date/time insertions
Diffstat (limited to 'functions.ahk')
-rw-r--r--functions.ahk6
1 files changed, 6 insertions, 0 deletions
diff --git a/functions.ahk b/functions.ahk
index 762a10c..4b46f55 100644
--- a/functions.ahk
+++ b/functions.ahk
@@ -69,6 +69,12 @@ insertDate() {
Return
}
+insertTime() {
+ FormatTime, CurrentDateTime,, HHmm
+ Send %CurrentDateTime%
+ Return
+ }
+
insertDateTime() {
FormatTime, CurrentDateTime,, yyyy-MM-dd HHmm
Send %CurrentDateTime%