[ASP] - Data in formato gg/mm/aaaa in campo nascosto Type Hidden
<input type="hidden" name="data" value="<%gg=day(Date()) if gg < 10 then gg="0" & gg end if mm=month(Date()) if mm < 10 then mm="0" & mm end if aa=year(Date()) data=gg &"/"& mm &"/"& aa
Nessun commento:
Posta un commento