Get data from datetime element
2 answers
You can do it with jquery .attr()- http://api.jquery.com/attr/
$('time').attr('datetime')
+1
18 decemb..."> You can do it with jquery All geek questions in one placeGet data from datetime element
2 answers.attr()- http://api.jquery.com/attr/$('time').attr('datetime')
source
share+1