i want to change the date format as dd-mm-yyyy in dtpicker instead of mm-dd-yyyy. wat to do...?
how to change date format
Collapse
X
-
Tags: None
-
Originally posted by nirmalsinghi want to change the date format as dd-mm-yyyy in dtpicker instead of mm-dd-yyyy. wat to do...?
Private Sub MonthView_DateC lick(ByVal DateClicked As Date)
PickedDate = Format(DateClic ked, "dd-mmm-yyyy")
or ...
set your windows datedisplay as dd-mmm-yyyy
Comment