0

/t5/coldfusion-discussions/javascript-date-time-picker/td-p/720541
Jan 28, 2007
Jan 28, 2007
Copy link to clipboard
Copied
I'm looking for a decent cross browser javascript date/time
picker popup function but i can't seem to locate ANY that work on
all browsers! Its endlessly frustrating!
Can anybody help?
Preferably, please give me simple implementation details as well.
Edit; More information;
I've found a few that only worked for a single input box on a single form. I could have two input boxes but they had to be on different forms or on different pages, which just isn't acceptable. I need to be able to have the popup return its value to a single box, defined by the augs when launching the window.
Can anybody help?
Preferably, please give me simple implementation details as well.
Edit; More information;
I've found a few that only worked for a single input box on a single form. I could have two input boxes but they had to be on different forms or on different pages, which just isn't acceptable. I need to be able to have the popup return its value to a single box, defined by the augs when launching the window.
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Engaged
,
Jan 28, 2007
Jan 28, 2007
http://www.dynarch.com/projects/calendar/
- Cross-browser DHTML/JS calendar;
http://www.webtricks.com/downloads/CFDateSelectPopup.zip (or http://www.olimpo.ch/tmt/tag/datepicker/ for instructions and download) - CF custom tag calendar;
Try also
http://www.dynamicdrive.com/dynamicindex7/index.html - a whole bunch of js calendars
http://www.webtricks.com/downloads/CFDateSelectPopup.zip (or http://www.olimpo.ch/tmt/tag/datepicker/ for instructions and download) - CF custom tag calendar;
Try also
http://www.dynamicdrive.com/dynamicindex7/index.html - a whole bunch of js calendars
Explorer
,
/t5/coldfusion-discussions/javascript-date-time-picker/m-p/720542#M67310
Jan 28, 2007
Jan 28, 2007
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/javascript-date-time-picker/m-p/720543#M67311
Jan 28, 2007
Jan 28, 2007
Copy link to clipboard
Copied
I had a look at that one earlier, and unless there is
something wrong with my firefox (2.0), it doesn't work :/
Edit; no, at a second glance (testing on a bunch of other computers running FF 1.5 and 2.0, it doesn't work)
Edit; no, at a second glance (testing on a bunch of other computers running FF 1.5 and 2.0, it doesn't work)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/coldfusion-discussions/javascript-date-time-picker/m-p/720544#M67312
Jan 28, 2007
Jan 28, 2007
Copy link to clipboard
Copied
http://www.dynarch.com/projects/calendar/
- Cross-browser DHTML/JS calendar;
http://www.webtricks.com/downloads/CFDateSelectPopup.zip (or http://www.olimpo.ch/tmt/tag/datepicker/ for instructions and download) - CF custom tag calendar;
Try also
http://www.dynamicdrive.com/dynamicindex7/index.html - a whole bunch of js calendars
http://www.webtricks.com/downloads/CFDateSelectPopup.zip (or http://www.olimpo.ch/tmt/tag/datepicker/ for instructions and download) - CF custom tag calendar;
Try also
http://www.dynamicdrive.com/dynamicindex7/index.html - a whole bunch of js calendars
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/javascript-date-time-picker/m-p/720545#M67313
Jan 29, 2007
Jan 29, 2007
Copy link to clipboard
Copied
Live Saver. Thanks. I ended up going with the custom CF tag
one.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

