Real time display


#1

hi all
is there an easy way to show real time on page load?
tnx
AMIR


#2

Yes, there are lots of Date-Time functions available in Axure. You can use the OnPageLoad event to get and use the values returned by these functions.

Here is a good starting point:

You can search the forum for “time” or “date time” for more info. Because the routines and time values in Axure are based in JavaScript, I would also recommend searching Google or Stack Exchange for “JavaScript time” or a specific routine like “JavaScript Now.getHours()”.