"

Nosso

Blog

YourCode Soluções Web e Mobile
Tratamento Html.TextBoxFor type Date

22/04/2022

Tratamento Html.TextBoxFor type Date

Na View

@Html.TextBoxFor(model => model.DATA_EXPIRACAO, (string)ViewBag.DataExpiracao, new { @class = "form-control", @type = "date" })

 

Na Controller

if (depoimento.DATA_EXPIRACAO != null)
ViewBag.DataExpiracao = depoimento.DATA_EXPIRACAO.Value.ToString("yyyy-MM-dd");


Gostou do Post? Compartilhe agora mesmo.

Comentários

WhatsApp YourCode WhatsApp YourCode