hello all,
I have been  trying  to find solution to this problem below
1. I  want to  create  two date text  input or datepickers(start date and 
end  date)
2. allow the user to enter date for them to queery select where the range 
of  date picked by useers
3.then i  craete URL query to search for it...this is my work so  far


<!doctype html>
<html lang="en">
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>jQuery UI Datepicker - Default functionality</title>
  <link rel="stylesheet" 
href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css">
  <script>
  $(function() {
    $( "#datepicker" ).datepicker();
  });
  </script>
</head>
<body>
 <div><a>Enter the date you want to know about</a></div>
<p>Start date <input type="text" id="datepicker"></p>
 <div>
<p>End date: <input type="text" id="datepicker"></p>
<a>submit</a>
 </div
<a 
href=“https://docs.google.com/spreadsheets/d/1RFFkryvSxd1ogg1QE1KUs89PVWECQL_fk7FIaf2184U/gviz/tq?tqx=out:html&tq=+SELECT+O,COUNT(G)+WHERE+
 
A+= + $( "#datepicker" )+and +A += +$( "#datepicker" 
))+GROUP+BY+O&gid=11111111/dit#gid=”>click 
please</a></BODYdy>

</body>
</html>






help me out, i dont know how to reference date input value in the url query 
that is why i put font in red colour......please what can I do or is there 
any better way of doing this. thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to