When the form load. It does not show me the time now in the format dd/mm/yyyy .
It show me the date 12/17/2007. What the problem?![]()
Here is the code in the form load
Code:DTPicker1.Value = Now DTPicker1.Format = dtpCustom DTPicker1.CustomFormat = "dd/mm/yyyy"
But When I do like this
It show the date like this 12/00/2007. It suppose to be 12/03/2007Code:DTPicker1.Format = dtpCustom DTPicker1.CustomFormat = "dd/mm/yyyy"




Reply With Quote