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

Date Input Type Simulator Display Issues

1 Answer 32 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bill
Top achievements
Rank 1
Bill asked on 01 Aug 2013, 08:18 PM
I have an input where the type is date.  In the simulator, the input value displays "--/--/----" with up/down arrows/etc (see attached file).  It does not show the date which I've set it too.  On native devices, the date shows up fine.  Is this a problem with the simulator?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 02 Aug 2013, 11:34 AM
Hello Bill,

The date should take the format YYYY-MM-DD. Single digit days and months should be padded with a 0. Your code should be altered to:

<input type="date" value="2013-01-07"> 

An input with the date format you've specified does not work on both Android and iOS devices on our end.

Regards,
Steve
Telerik

Do you enjoy Icenium? Vote for it as your favorite new product here (use short code H048S).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
Report a bug
Asked by
Bill
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or