No you do not need to create a textbox to store a value.

If you want it displayed this way then you can use a custom format
Code:
DTPicker1.Format = dtpCustom
DTPicker1.CustomFormat = "yyyy/MM/dd"