This is a migrated thread and some comments may be shown as answers.

Date problem with input type month

1 Answer 98 Views
HTML5, CSS, JavaScript
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nod
Top achievements
Rank 1
Nod asked on 29 Aug 2013, 11:10 AM
I want have two dates, but where you can only choose month and year, the code snippet:
<li>
<label for="syear">Anfangsdatum:
 <input type="month" id="start" min="" max=""/>
</label>
</li>
With emulator or browser everything is ok, but when I test it on an real android mobile, only type="date" works. Is that a common problem?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 Aug 2013, 02:58 PM
Hi Nod,

According to this HTML 5 compatibility table, input type=date (or month) is not supported on Android as a whole, so your best option would be to use a 3rd party date picker (jQuery, Kendo UI etc.).

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
HTML5, CSS, JavaScript
Asked by
Nod
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or