Can't find out how to set time format to HH:MM only, if possible. Can someone help, please?
Mensajes Mon 07 Mar 22 @ 9:47 pm
get_clock 12
that will show in am/pm format
Mensajes Mon 07 Mar 22 @ 10:42 pm
ah sorry.. you dont want seconds i guess you mean
should truncate the end (5 characters shown)
get_clock & param_cast 'text' 5
get_clock 12 & param_cast text 5
should truncate the end (5 characters shown)
Mensajes Mon 07 Mar 22 @ 10:45 pm
Thanks Rune but i need 24hours formát with only hours nad minutes. Is there a way to do that
Mensajes Mon 07 Mar 22 @ 10:45 pm
Great, thank you. Will try that
Mensajes Mon 07 Mar 22 @ 10:46 pm
get_clock & param_cast 'text' 5
did exactly what I need.
Thank you Rune.
did exactly what I need.
Thank you Rune.
Mensajes Tue 08 Mar 22 @ 8:46 am