Skip to content

Instantly share code, notes, and snippets.

@ChadRoberts21
Created April 6, 2018 09:59
Show Gist options
  • Save ChadRoberts21/01e7bdb12c0262e3238c7d7d2d212ab6 to your computer and use it in GitHub Desktop.
Save ChadRoberts21/01e7bdb12c0262e3238c7d7d2d212ab6 to your computer and use it in GitHub Desktop.
Util - DateTime - Only Date Converter
public class OnlyDateConverter: IsoDateTimeConverter
{
public OnlyDateConverter()
{
DateTimeFormat = "dd-MM-yyyy";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment