How to change formats in HH:MM:SS?
I am getting the parameter in seconds, but I need to show in HH:MM: SS format.
Currently, I am showing by using (parameter(e.g 5668)/3600), which shows 1.57, I don’t want this & I don’t want to hard code. Please help.
3 answers
Sorry it isn’t an answer but I am looking at exactly the same thing today. Did you get anywhere?
This may help : https://www.webdatarocks.com/doc/customizecell/
Hi all,
Thank you for posting to our support forum.
WebDataRocks needs input dates in the ISO 8601 date format, for example "2020-08-20T15:50:00"
. Inside our component, dates can be treated in various ways by setting the data types for CSV or JSON.
Finally, to format how dates are represented, apply datePattern
or dateTimePattern
from the Options Object.
We hope it helps.
Regards,
WebDataRocks team