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
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.
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
This did just fine…
Thanks so much
Same way you can get the name of the week…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.