Posts by Tiago Gomes Oliveira • 1 point
2 posts
-
0
votes1
answer235
viewsA: Dataannotations With Datetime
Above fixed problem already changed the Dataformatstring in Annotation. [Display(Name = "Data Aquisição")] [DataType(DataType.Date)] [DisplayFormat(DataFormatString = "{0:yyyy-MM-dd}",…
-
0
votes1
answer235
viewsQ: Dataannotations With Datetime
I’d like some help. Following model: [Display(Name = "Data Aquisição")] [DataType(DataType.Date)] [DisplayFormat(DataFormatString = "{0:dd/MM/yyyy}", ApplyFormatInEditMode = false)] public DateTime…