Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alisonpwallis
Creator
Creator

Reload not showing time

Hi,

I have a dashboard developed by someone else and the function ReloadTime() has been put in the dashboard but it won't show the time, just the date. In another dashboard, this function is working fine and showing both time and date and there appear to be no differences between the two. If I copy the object from the dashboard where it is showing the time into the other dashboard, it still won't show the time - which makes me think it must be to do with some settings or formatting somewhere. Does anyone know if there are any format settings that might be responsible for this so I can change them? I need to see the exact time the dashboard reloaded not just the date.

Thanks

Alison

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Just check in your format variable that you have the following format for timestamp :

SET TimestampFormat='DD/MM/YYYY hh:mm:ss';

I think you have currently :

SET TimestampFormat='DD/MM/YYYY';

View solution in original post

3 Replies
sergio0592
Specialist III
Specialist III

Hi,

Just check in your format variable that you have the following format for timestamp :

SET TimestampFormat='DD/MM/YYYY hh:mm:ss';

I think you have currently :

SET TimestampFormat='DD/MM/YYYY';

alisonpwallis
Creator
Creator
Author

Thank you! This is what I was looking for.

A

Anil_Babu_Samineni

Please close this discussion if you got answer

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful