can I somehow use a substring for this:
@Html.DisplayNameFor(model => model.Birthday)
Currently it displays 06/27/2000 and I want it to display 06/27.
can I somehow use a substring for this:
@Html.DisplayNameFor(model => model.Birthday)
Currently it displays 06/27/2000 and I want it to display 06/27.