hi.
i'm using a vb calendar to insert a date in a user form, but i can't set the date format to dd/mm/yy .
for example:
if i use:
Text1.Text = Format(Text1.Te xt, "dd/mm/yyyy")
to set the date format, if the date i choose is, for exemple, 15-out-2008, the output is correct, but if the day is below 12, for exemple, 9-out-2008, the output is out-09-2008.
can anyone help please?
i'm using a vb calendar to insert a date in a user form, but i can't set the date format to dd/mm/yy .
for example:
if i use:
Text1.Text = Format(Text1.Te xt, "dd/mm/yyyy")
to set the date format, if the date i choose is, for exemple, 15-out-2008, the output is correct, but if the day is below 12, for exemple, 9-out-2008, the output is out-09-2008.
can anyone help please?
Comment