alexdel
04-13-2006, 01:14 AM
Cant get the Date() method to change format. Always displays the default setting. How do i get it to change the format to this dd/mm/yyyy
heres my function code:
function timeDate() {
document.form.date.value = Date();
}
any advice would be great
Thank You
Alex
heres my function code:
function timeDate() {
document.form.date.value = Date();
}
any advice would be great
Thank You
Alex