Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created December 20, 2017 13:47
Show Gist options
  • Select an option

  • Save selcukusta/d28b3a805a80dbf86e71b8be88a195eb to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/d28b3a805a80dbf86e71b8be88a195eb to your computer and use it in GitHub Desktop.
public static List<CultureTestParameter[]> StaticParameter => new List<CultureTestParameter[]>
{
new CultureTestParameter[]
{
new CultureTestParameter
{
Culture = CultureInfo.CreateSpecificCulture("it-IT"),
Actual = new DateTime(1988, 06, 05),
Expected = "05 giugno 1988"
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment