Embeded Ifram Date(from to )

Hi ,

i need to know the formate for from >>to in embedded link to pass these value and create the dynamic link from my webpage if it date/time what’s the format used to generate this no.

from=1493369923321&to=1493377123321

<iframe src="https://snapshot.raintank.io/dashboard-solo/snapshot/y7zwi2bZ7FcoTlB93WN7yWO4aMiz3pZb?from=1493369923321&to=1493377123321&panelId=4" width="650" height="300" frameborder="0"></iframe>

It’s a simple Unix Epoch timestamp, although in this case with millisecond
precision.

The above numbers correspond to Fri Apr 28 10:58:43.321 CEST 2017 and Fri Apr
28 12:58:43.321 CEST 2017 respectively.

See Unix time - Wikipedia

Antony.

1 Like

This topic was automatically closed after 365 days. New replies are no longer allowed.