I am unable to change format in Blackberry web works application. I used this code for date picker
<input type="date" name="from_date" id="from_date" />
Here it displays date like yyyy-mm-dd but I need dd-mm-yyyy.
|
I am unable to change format in Blackberry web works application. I used this code for date picker
Here it displays date like
| ||||
|
feedback
|
|
Seeing that Blackberry supports the input type=date, seems that it is not possible to change the date format yet. (Which was also stated on this SO Question) I suggest you do one of these things instead :
| |||
|
feedback
|