Hello everybody
Can anybody tell me how to format the date function in VBscript? Currently it is in 'dd/mm/yy' format but I need to use dd/mm/yyyy. The format function in VB is not supported in VBscript, can anyone help?
ie
Daily = Date 'Works fine
Daily = format(Date, "dd/mm/yyyy") 'Dosn't work
Cheers 'n' beers
Skeen
