ここでは、現在のシステム日時をAsp.net MVCビューのAugust 19, 2017 6:58 PM
の形式で表示しようとしています。
しかし、その代わりに私は8/19/2017 7:07:29 PM
を取得します。私は最初の形式を取得する方法を考えています。以下
は私のコードです:
Asp.Net MVCでシステムの現在の日付と時刻の表示形式を変更するには?
<span class="description">
Shared publicly - @DateTime.Now
</span>
https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-stringsおよびhttps://stackoverflow.com/aをお読みください/ 24728080/34092 – mjwills
[email protected]( "MMMM d、yyyy h:mm tt"、CultureInfo.InvariantCulture); _ [Custom Format Date and Time Format Strings](https://docs.microsoft。 com/ja/us/dotnet/standard/base-types /カスタム日付と時刻書式文字列) – Steve