07-20-2015 06:42 AM - edited 07-20-2015 06:55 AM
how can i get a timestamp with a multiple of 5 in minutes
i want to have in beginning --:00 then --:05 then --:10 then --:15 ...
07-20-2015 07:46 AM
1 minute is 60 seconds. So 5 minutes is 300 seconds. The timestamp is based on the seconds.
Can you give more details of what you are trying to do? Without some good context, it is hard to give any more advice.
07-21-2015 09:42 AM
Hi there
Here is a code that get the time in multiple of 5 minutes (only the minutes), you can use this as a guide to reach your goal
I hope this works for you as a start of your application,
Regards
07-21-2015 11:31 AM
07-21-2015 01:47 PM - edited 07-21-2015 02:12 PM
reformat your dbl indicator to "relative time", and please don't connect "10000" to the wait ms. loop will not respond until then....
also Keroba, if you want to pull minutes out of your time stamp....use unbundle by name, slight RG at hand?