Hi, not sure if I'll get an answer, but I've been using this implementation of bootstrap and everything has been working fine, except I'm trying to change the date format of the Input.date from mm/dd/yyyy to yyyy-mm-dd and I'm not sure how to do that.
Hi, not sure if I'll get an answer, but I've been using this implementation of bootstrap and everything has been working fine, except I'm trying to change the date format of the Input.date from
mm/dd/yyyy
toyyyy-mm-dd
and I'm not sure how to do that.I've been trying the following:
I also tried using
Html.Attributes.style
andHtml.Attributes.attribute
, and none of them seem to work. I would appreciate any help, thanks.