codice:
<input type="text" name="dttsd" readonly="readonly" ondblclick="this.value = (new Date()).getDate() + '/' + ((new Date()).getMonth() + 1) + '/' + (new Date()).getFullYear();">

Ciao