Hi,
I have a SQL query that gives me DATETIME column in a single row as a result. Result looks like:
Jun 15 2022 11:04AM or 11:04 depends on how I convert it.
What should be the correct way to represent SQLL DATETIME to Date, hours, minutes and not: 3,864,279,759.08 which doesn't make sense?
Should I convert it to some PRTG format that then could be represented correctly by PRTG?
I have looked into documentation but for: date format, convert date, ... and time I have found nothing.
Thank you,
Add comment