2
How to calculate age from an input type="text" using javascript? I have the input:
<input style="width: 100%" type="text" readonly id="data_nascimento"/>
How to perform this calculation? The date format is "01/01/2015".
Do I need to convert to Object Date? How to Perform this procedure from the input content?
Thanks for the fiddle and the attention to format. Correct Answer.
– durtto