I've got a windows app that uses a date time picker (calendar control). When I pick the date, I always want it stored as so: mm/dd/yyyy Does anyone know how I can achieve this? As it is now, if I pick April 4, 2008 it will store 4/4/2008, when I really want 04/04/2008.