Hi,

i get from outside source data with timestamp in the unixtime.
Code:
uTime = "1559651639";
// convert to time
dTime=wdatef("t",uTime);



Q: how to get minute and hour from uTime?

I found only this:

atoi(strdate("%H",dTime));

for hour


Thanks

Last edited by Grat; 06/04/19 12:41.