[mono-android] DateTime .ToString(.....)

Jonathan Pryor jonp at xamarin.com
Wed Jun 6 20:29:47 UTC 2012


On Jun 6, 2012, at 3:33 PM, Wally McClure wrote:
> I'm trying to send it in the format like "05/24/2012"  Unfortunately, this doesn't seem to be happening.  I am always getting the time portion sent across as well.

I'm unfortunately unable to reproduce; the following code:

	Console.WriteLine ("Today's Date: {0}", DateTime.Now.ToString ("MM/dd/yyyy")); 

generates the output:

	I/mono-stdout(27309): Today's Date: 06/06/2012 

 - Jon



More information about the Monodroid mailing list