sabatier Posted August 23, 2007 Share Posted August 23, 2007 Hi all, I'm new to php. Is it possible to implement a popup calendar in php where you can select a date and time without using javascript? Something along the lines of the ones shown here: http://www.softcomplex.com/products/tigra_calendar/demo1.html If possible I want to be able to convert the input to the format "YYYY-MM-DDThh:mm:ss" (this is the dateTime data type used in XML schema). Any help would be greatly appreciated, Ruth Link to comment https://forums.phpfreaks.com/topic/66322-popup-calendar/ Share on other sites More sharing options...
MadTechie Posted August 23, 2007 Share Posted August 23, 2007 First question is why without javascript ? i don't think you can create a popup without javascript, create a calendar can be done but to make it look good, then php has nothing to do with that, the look'n'feel is down to HTML/CSS & JavaScript (and mabye alittle flash) PHP only really controls the contents. Link to comment https://forums.phpfreaks.com/topic/66322-popup-calendar/#findComment-331785 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.