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.
フォルダーの名前を変更するためのカスタム日付を取得しようとしています。
今日の日付をこの形式で表示する方法はありますか ex: 20130629
ありがとう
DateTime.Today.ToString("yyyyMMdd");
MSDN : カスタムの日付と時刻の書式文字列