as you know in html5 we have got
<input type="date" name="birthday" />
but it will not supported in all browsers. I need to use it in page and if the client browsers doesn't support it,make some calender by JavaScript instead of it.
how can I understand the browsers support it or not? (I need to do it in client-side not by agent client in server side script by php)