summaryrefslogtreecommitdiffstats
path: root/functions.ahk
diff options
context:
space:
mode:
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%