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.
VB.net を使用して、RFC 822 形式の日付を mm/dd/yyyy の短い日付形式に変換する必要があります。ソース コードを変更できない Web アプリケーションがあります。この Web アプリケーションでは、RSS フィードを月と年で並べ替えることができます。
アドバイスや支援をいただければ幸いです。
Date.TryParseを使用して文字列をDate値に変換してから、Date.ToStringをカスタムフォーマット文字列とともに使用して、希望する形式を設定します。