08-19-2020 02:18 AM - edited 08-19-2020 02:21 AM
It would be really useful if there was a keyboard shortcut for entering a date and time stamp in a task within Microsoft To Do. @marcusash
08-31-2020 08:49 AM
08-31-2020 08:50 AM
08-31-2020 09:14 AM - edited 08-31-2020 09:16 AM
@lathomason I use the following script:
;CMD Short Date and Time
::qqdt::
FormatTime, Shorttime, YYYYMMDDHH24MISS, yyy.MM.dd HH:mm
Send, %Shorttime%
return
when I type qqdt, I get 2020.08.31 12:14
You can edit the date and time format to suit your preferences. I like it in a way that is easy to sort alphabetically when naming files.
09-08-2020 06:00 AM
@GG2020- Hi that's great - any way you can explain that in non IT terms. I have never added a script before - please could you help?
09-08-2020 06:10 AM
Solution11-04-2020 11:47 AM
@GG2020- Hi - I finally got round to doing this and it works! Thank you so much!! Just wondered if I could ask for one more nugget of your scriptwriting abilities - if I wanted to add my Initials to the end of the date to the script, what would I need to add to your current script to enable that? Thank you in advance
11-04-2020 12:04 PM
11-04-2020 01:57 PM