gpt4 book ai didi

ASP.NET mvc : How to automatic fill the date field with today's date?

转载 作者:行者123 更新时间:2023-12-04 14:42:32 25 4
gpt4 key购买 nike

假设模型具有日期时间数据类型。
所以在 View 中会有一个空白字段要求您输入日期时间。

有没有办法用今天的日期/日期时间作为默认值填充这个 HTML 字段?

最佳答案

model.SomeDateField = DateTime.Now();

return View(model);

关于ASP.NET mvc : How to automatic fill the date field with today's date?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4772467/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com