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.
日付をmm/dd/yyyy形式で返すjqueryがWebフォームにあります。これをシステムの日時形式に変換するにはどうすればよいですか、またはjqueryで変更を加えて、システムの日時形式で日付を返すことはできますか?
試す:
DateTime dateTime = DateTime.ParseExact(jquery_date_string, "MM/dd/yyyy", null);