Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [DataType(DataType.Time)]
  2. public DateTime? EndTime { get; set; }
  3.  
  4. <input asp-for="EndTime" class="form-control form-control-sm col-sm-12" />
  5.  
  6. [DisplayFormat(DataFormatString = "{0:t}",ApplyFormatInEditMode =true)]
Add Comment
Please, Sign In to add comment