Display Day in Apps

Is there a way to display Day’s of week(Mon,Tuesday…) in Apps?

Hi @Divya_Salve

In apps it is possible to display the current day time, if you want to display all days of week you should create a process that returns a list of all days and then you can just print that list in apps

Regards

Creating a process as in involving Bot right. I was trying to see if we can achieve through apps. Get the days’dynamically display something like calender with dates & days

There is a date picker available in Apps, you can use the binding variable of datepicker as input to a label to print the date selected. Attaching sample screenshot below.
image