I am new to C# and would like to make a dropdown list containing all Thursday Dates?
I currently have an SQL table with all of these dates, but would rather have them generated in a function and used to populate a dropdown.
Any examples of best approach to this?
Update: I ended up using a calendar bootstrap-datepicker and disabled all days except Thursday’s. This gave me the current month Thursday’s and solved my issue.