Auto Increment in weekday number and weekday name

Please how do I set a label to display the instant weekday number + 1,and another label that displays the next day of the current day.

Thanks in anticipation

Make a list of the weekdays from monday to sunday and use the ‘weekday’ from instant block to get the index then add 1. Use an if block to check whether the index is greater than the list length and if it is set the index to 1.

1 Like

You can achieve this with clock component…Just try this and let me know. You can use this in screen initi section ir in any button click section. Simple

1 Like

This did just fine…
Thanks so much

1 Like

Screenshot_2021-09-18-15-38-28-45

Same way you can get the name of the week…

1 Like

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