Quote Originally Posted by DataMiser View Post
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"
This is weird, when i saved it to the database using insert into, its back to dd/MM/yyyy.