In this articles describes how to convert datetime to string vb.net. Here I am using Format Method to format or convert date to string.
Dim mDOB As String = Format(DateTimePicker1.Value.Date, "yyyy-MMM-dd")