I have a input in form like this:
<input id="sendDate" type="date" ng-model="aN.formData.sendDate" title="Formato inválido: introducir el número de segundos" required>
When i submit the form i have the output in console, this ouput:
Thu Oct 29 2015 00:00:00 GMT+0100 (CET)
How I can convert this format to milliseconds when i send the form?
I've been reading other posts and have not been of much help.
thanks!