I didn’t use @html.DisplayFor() .Instead of this I use @Convert.ToString(string.Format("{0:dd/MM/yyyy}", item.chekin_on_after)). And it works perfectly.
確定! 回上一頁