I am using the clock and need to display the time as 24 hours. the results for current time needs to show like 13h45 and not 13:45 or 01:45 or 01h45
Tried the following but doesn't show the 24 hour format (as far as I know)
I am using the clock and need to display the time as 24 hours. the results for current time needs to show like 13h45 and not 13:45 or 01:45 or 01h45
Tried the following but doesn't show the 24 hour format (as far as I know)
You must tell the Clock component to use the 24 hour format. Use these Blocks:
Note the capital HH (not hh hours formatting). 24 hour format is 12:29; this is modified to 12h29 using the replace all text block.
Regards,
Steve
awesome thanks, didn't think of the replace function
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.