Skip to content

Instantly share code, notes, and snippets.

@danieleli
Created March 15, 2012 13:27
Show Gist options
  • Select an option

  • Save danieleli/2044188 to your computer and use it in GitHub Desktop.

Select an option

Save danieleli/2044188 to your computer and use it in GitHub Desktop.
Mvc Models
public class MyModel
{
[DisplayFormat(DataFormatString = "{0:MM/dd/yy}", ApplyFormatInEditMode = true)]
public DateTime DateField { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment