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.
基本的に、すべてがUTC日時形式で保存されている特定のソースからいくつかの値を取得しますが、通常のローカル日時で表示したいと思います。
だから私は ResultTable resultsTable = ... 値を持っています
そして、このテーブルを GridView にバインドします。
では、どこで、またはどのように日付を変更できますか?
上記を試してください。必要な形式と必要なカルチャを入力します
string x = dt.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture);
または文字列 x = dt.ToString("yyyy-MM-dd");