I have a DateTime picker to add arrival time to a list, I have 2 questions about it:
- How can I get it to show dates like
12-Jan-2012Instead of12/01/12? - How can I get it to show the time after the date but not the current time, as thats what is shows atm.
My current code is not very advanced its just:
theVisit.ArrivalTime = DateTimePicker1.Value