Page 1 of 1

Is there a good PHP Calendar Popup, that can be adjusted?

Posted: Wed Apr 25, 2018 11:11 pm
by Doctordien
Is there a good PHP Calendar Popup, that can be adjusted?

I am building a little tool where the administrator can click a calendar button, up pops a calendar, they select the current date, ad it processes to show the attendance of a person to an event.

However, I want them to be able to backdate it, so they can choose a few days ago. So it cannot just use the current date.

It would also help if I could use PHP to click a popup, and be able to highlight the date in the database too. For example, if they date needs to be changed.

Is there such a thing? I know PHP probably won't have the relevant script as its Server Side, but anything that can do it.

Re: Is there a good PHP Calendar Popup, that can be adjusted

Posted: Fri Apr 27, 2018 9:02 am
by Christopher
jQuery UI has a calendar that is easy to use. Other Javascript toolkits also have calendars.