skUtilities icon indicating copy to clipboard operation
skUtilities copied to clipboard

Suggestion: %date% formatted as

Open Blueyescat opened this issue 7 years ago • 2 comments

date %date% formatted as %string%

Should be easiest and faster way to change format of a date when written as a text. I was using this way:

convert unix (convert date now to unix) to date formatted as "HH:mm"

Blueyescat avatar Aug 29 '17 01:08 Blueyescat

Examples?

tim740 avatar Aug 29 '17 14:08 tim740

Why do you need that lol:

every 5 seconds:
    if date now formatted as "HH:mm" is "06:00":
        restart server

Blueyescat avatar Aug 29 '17 14:08 Blueyescat