I've got my jQuery page that displays the native date picker on iOS. When a user selects the date it is displayed spelled out like May 22, 2013. I'd like to format the date as 05/22/2013.
Is there a way to use the native date picker in iOS and have it format the date as 05/22/2013?