Jump to content

popup calendar


sabatier

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.