Hello Codes,
i am trying to compare two times
Ex: 11:00 (Current time) & 11:30 (+30 mins)
I need the values(Time) between this two times
Ex: 11:01, 11:02…11:29
Please help me
Hello Codes,
i am trying to compare two times
Ex: 11:00 (Current time) & 11:30 (+30 mins)
I need the values(Time) between this two times
Ex: 11:01, 11:02…11:29
Please help me
Split the current time at : and select the index 2nd item on each case, now use for each number from(2nd item of current time) to(2nd item of final time) by (1).
Use add items to the list with item get number.
Here you can use the logic, If the length of the number is not 2 then add 0 in front
Simple
can you please show me blocks. not understood
this result for 30 mins right
thank you so much @Still-learning
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.