Link to home
Start Free TrialLog in
Avatar of louise_8
louise_8

asked on

simple javascript pop up calendar that shows time and date format dd-mm-yyyy HH:mm

Hi,

A calendar I have been using for years Tigra now no longers works well on ie9 and Chrome
(it opens the pop up minimized & I cant find a quick solution)
I am looking therefore to replace it with a simple javascript pop up calendar that shows:
the time and
is in the format dd-mm-yyyy HH:mm

Can anyone recommend some code please?

Thanks
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Looking at the Tigra website, it seems very similar to the jQuery UI DatePicker - although neither seem to have anything to do with time - they're just simple date-based calendars.

The jQueryUI is fully configurable so you can set the date format any way you like:

http://jqueryui.com/datepicker/
The Any+Time™ JavaScript Library includes a highly-customizable, jQuery-compatible datepicker/ timepicker (calendar/ clock widget) and a powerful Date/String parse/format utility.

http://www.ama3.com/anytime/
ASKER CERTIFIED SOLUTION
Avatar of dimmergeek
dimmergeek
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Junshiro
Junshiro

how about :

<input type="date" />

:)
Avatar of louise_8

ASKER

thanks
Thank you!