From 3650bed48b1e759d6e4eb06951aef85088dfa0ba Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 May 2017 20:13:30 -0400 Subject: [PATCH] would a textbox work for datetime? --- Project-Unite/Views/Contests/CreateContest.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Views/Contests/CreateContest.cshtml b/Project-Unite/Views/Contests/CreateContest.cshtml index 62a2677..0775955 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -26,7 +26,7 @@
Video ID:
If you have posted a YouTube video for this contest, paste its ID here. @Html.TextBoxFor(Model => Model.VideoId, new { @class = "form-control" })
End date:
-
@Html.EditorFor(Model=>Model.EndDate, new { id = "enddate" })
+
@Html.TextBoxFor(Model=>Model.EndDate, new { id = "enddate" })
Gold reward:
@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })
Silver reward: