This is where I will select date.
<input type = "date" name = "date" id = "date" placeholder = "select date">
If I select date the value is something like this 01/01/2016 and what I want is to turn it to January 1 2016. How do i do that?
This is where I will select date.
<input type = "date" name = "date" id = "date" placeholder = "select date">
If I select date the value is something like this 01/01/2016 and what I want is to turn it to January 1 2016. How do i do that?