Skip to content

Instantly share code, notes, and snippets.

@sir4ju1
Created April 28, 2014 07:26
Show Gist options
  • Save sir4ju1/11364138 to your computer and use it in GitHub Desktop.
Save sir4ju1/11364138 to your computer and use it in GitHub Desktop.
CultuerInfo.DateTimeFormat CurrentUICulture C#
System.Globalization.CultureInfo objCI = new System.Globalization.CultureInfo("En-US");
objCI.DateTimeFormat.ShortDatePattern = "yyyy-MM-dd";
VWGContext.Current.CurrentUICulture = objCI;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment