I have a clock on VB and i have got it to say the date and time but it wont show the milliseconds on the time.
time = DateTime.Now.ToString("dd/mm/yy HH:mm:ss")
So I know how to put the hours minuets and seconds but im not sure how to add milliseconds.
Please could someone help. Thank You