hai guys..

i'm having prob regarding displaying current date using label..
i'm using this code:

lblCurrTime.Tex t = Format$(Now, "dd mm yy")

the output is:

14 32 08

14 is day
32 is month..why is this happen?
08 is year..

plz help me..