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.
C# には優れた日付変換ツールがあることは知っています。私が疑問に思っているのは、この文字列を日付オブジェクトに自動的に変換できるかどうかです:
"Fri May 11 00:00:00 EDT 2012"
月、日、年を手動で解析する必要があると考えていますが、もっと簡単な方法が組み込まれていることを願っています。どんな助けでも大歓迎です。
ありがとう!
Convert.ToDateTime("Fri May 11 00:00:00 EDT 2012")うまくいくはずです。
Convert.ToDateTime("Fri May 11 00:00:00 EDT 2012")