as the dtpicker shows date/month/year
is it possible to config to show just month/year ??
or any other such component to show just month/year??
Printable View
as the dtpicker shows date/month/year
is it possible to config to show just month/year ??
or any other such component to show just month/year??
Set the Format property to 3 - dtpCustom
Set the CustomFormat property to MM/yyyy
in code:
VB Code:
the_date = format(the_date, "MM/YYYY")