william Posted September 28, 2018 Share Posted September 28, 2018 I have a Variable Value Component that displays MAX(PO_wind_gust[0h, 0h+86400]). This the MAX value for the last 24 hours. How do I display the time that the MAX value is obtained. Thanks Bill Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted September 28, 2018 Share Posted September 28, 2018 Just add gettime(): GetTime(Max(PO_wind_gust[0h,0h+86400])) Then use formatTime() or formatDateTime() to format that number into something you, as a non-computer, can read. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.