[Apex] 日付・日時 と 文字列の変換 - Qiita

日付・日時 と 文字列 の変換Date → StringDate d = Date.newInstance(2019, 6, 10);String.valueOf(d); // 2019-06…