@using System.Web.UI.WebControls @model Chruch.Net.Models.NewVisitorViewClass @{ ViewBag.Title = "NLCC-歡迎新朋友"; Layout = "~/Views/Shared/_LayoutEmpty.cshtml"; }
Image Description
Image Description

NLCC

歡迎

新朋友

請輸入要顯示新朋友資訊的日期區間

@using (Html.BeginForm()) {
@Html.EditorFor(m => m.BeginDate, new { htmlAttributes = new { @class = "border-0 form-control g-color-gray-dark-v4 g-placeholder-gray-dark-v3 g-px-20", type = "date" } })
@Html.EditorFor(m => m.EndDate, new { htmlAttributes = new { @class = "border-0 form-control g-color-gray-dark-v4 g-placeholder-gray-dark-v3 g-px-20", type = "date" }})
}