how to write coding in Java script for display the time in Vuforia studio ?
I am trying to write coding in Java script to show different country time in vuforia studio for Thing mark .
Is any body know the coding can you share with me.
I am trying to write coding in Java script to show different country time in vuforia studio for Thing mark .
Is any body know the coding can you share with me.
Hi
so far I see the answer of

So this parameter is not related to any display of thingmark. So far I know you can not attach parameters on the thingmark. You can bind the e.g. date parameter to any 2d or 3d widges where you can see the value of this parameter.
so the code suggested by
var timerId= setInterval(function(){$scope.showTime()},1500,true)
so to call the function every 1.5 seconds and to update the value of the date parameter. So this will update the valule of the date parameter with the current time and via the binding it will update the value of e.g. 3d label and 2d label as shown in the picture below:


So we can see in preview mode the time info as 2d and 3d label
But so far I know this will work first if the view (here Home)is loaded-> means after scaning of the thingmark
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.