以YYYYMMDD格式获取当前日期
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了以YYYYMMDD格式获取当前日期相关的知识,希望对你有一定的参考价值。
The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011").If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.
以上是关于以YYYYMMDD格式获取当前日期的主要内容,如果未能解决你的问题,请参考以下文章
c# 获取当前时间var str = DateTime.Now.Date.ToString("yyyyMMdd");