Link to home
Start Free TrialLog in
Avatar of ksd123
ksd123

asked on

Date control that is compatable with different browsers

Hi Experts,

I am creating web application using html5, material design and angularJS client side technologies, I have used html5 date control in my application and  it's working fine in chrome but not in firefox and IE browsers ie. Angularjs ng-blur  event is not firing when I select date from datepicker in firefox and IE browsers.So I have decided to change html5 date control.I am aware that there is datepicker control in material design but it's not suitable for my requirements.I was told not to use Bootstrap.
So please suggest me a datepicker that is compatable with chrome,IE and firefox browsers.

Thanks in Advance
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Date pickers are normally just javascript which is almost always compatible with all the browsers.  If there is an error in the javascript, Firefox will stop running the javascript at times.  I've been using this old one for many years and it still works in all the browsers.  http://www.dynamicdrive.com/dynamicindex6/popcalendar2.htm
ASKER CERTIFIED SOLUTION
Avatar of sajayj2009
sajayj2009

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