i have a json code that takes a specific date and i want it to be todays date. i looked and couldnt find any example: i would like to replace the last line below *date=2012-04-14 with today
<script src="http://code.jquery.com/jquery-latest.js"> </script>
<script type="text/javascript">// <![CDATA[
$(document).ready(function() {
var inputField = $('#postnummer');
var outputElement = $('#textResult');
inputField.keyup(function() {
if (inputField.val().length > 3) {
$.getJSON('http://fraktguide.bring.no/fraktguide/products/SERVICEPAKKE/all.json?from=2862&to='+ inputField.val() +'&weightInGrams=2&**date=2012-04-14&callback=?**',