Need the value between to two times

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 :neutral_face:

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

1 Like

can you please show me blocks. not understood

1 Like

For custom time picker

@cyber281198

1 Like

https://kodular-community-uploads.s3.dualstack.eu-west-1.amazonaws.com/original/3X/d/5/d57c9822a2a69b4a138b629e1405dae28a1a8cdc.jpeg

this result for 30 mins right

@Still-learning

1 Like

yes, you can edit the interval in the clock timer event block..

1 Like

thank you so much @Still-learning

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.