Calendar ci = Calendar.getInstance(); CiDateTime = \"\" + (ci.get(Calendar.MONTH) + 1) + \"/\" + ci.get(Calendar.DAY_OF_MONTH) + \"/\" + ci.get(Calendar.
Here is the answer to get a data in US-English Format date/time using a 12 hour clock.
DateTime.Now.ToString("MM/d/yyyy hh:mm:ss tt"); 01/16/2014 03:53:57 PM