This topic is locked

Displaying Dates in a Calendar Format Instead of a Dropdown List in PHP Runner

3/17/2025 1:02:50 PM
PHPRunner General questions
A
alfonso authorDevClub member

Hello everyone,

I have a lookup wizard that reads dates from a database table in dd/mm/yyyy format, and I was wondering if there is any way to display these dates in a calendar format instead of using a dropdown list. I’m posting this question here to seek guidance on whether this is possible in PHP Runner and, if so, how it can be implemented.

Thank you in advance for your help!

C
Chris Whitehead 3/17/2025

Do you mean something like full calendar?

https://fullcalendar.io/demos

I have put this into a demo which I use.