Displaying schedule as per day of the week

I want to display a schedule as per the day of the week.
So one option was to automatically collect date & time info through the special column.
But then, how do i collect the day of the date & time collected to another column so that i could filter the schedule according to that particular day?
eg : how do i collect “wednesday” from the date & time collected" wednesday , 12 jan, 2020"

You can use a math column to determine the numeric value of the week day, like this

Then create another column that calculates the week day of Now. Then you can set your filter to display if row if the two values match each other.

6 Likes

Thank u so much.

2 Likes