Dropdown Question

Does anyone have a clever way i can display retail store open/close hours on a dynamic page? I though of using a Dropdown that would display the following. Is this possible? or do you have a creative way to accomplish this with a dropdown or not using a dropdown? using a dropdown would save space on my mobile page.
SUN CLOSED
MON 9AM-5PM
TUE 9AM-5PM
WED 9AM-5PM
THU 9AM-5PM
FRI 9AM-7PM
SAT 8AM-7PM

Hi,
These hours should change automatically based on data from a database? if they do you can connect them to the element you want, check out this article.
If the data isn’t from a database you can simply insert the hours to the dropdown’s item list.

Good luck :slight_smile: