D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
seleccionando desde un date picker
<!DOCTYPE html> <html> <head> <script src="https://d3js.org/d3.v3.min.js"></script> <meta charset="utf-8"> <title>pirulo</title> </head> <body> <input id="bday" type="date" name="bday"> <button onclick="doit()">OK</button> <img src=""> <script> function doit() { var yyyymmdd = bday.value; d3.select("body").append("p").text(bday.value); } </script> </body> </html>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js