Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2012 年的一年,我想将 01/01/2012 保存到数据库中,而不添加时间,只有日期而不是 2012 年 1 月 1 日。
除非您尝试将字符串保存到数据库中,否则它的格式并不重要,只要您捕获重要部分即可。数据库中的日期字段将始终包含您未使用的日期的那些“字段”。取出后如何格式化完全取决于您。
您只需要
date.ToString("dd/mm/yyyy")