引数の値を日付のみの値に変換します。
コンバージョン変換
toDateTimeOnly(<parameters>)
パラメーター | タイプ |
---|---|
ISO-8601形式の日時 | 文字列 |
日時 | dateTime |
toDateTimeOnly(<dateTime>)
toDateTimeOnly(<string>)
タイムゾーンを考慮せずにdatetimeを返します。
toDateTimeOnly ("2016-08-18T23:17:59.123Z")
2016-08-18T23:17:59.123を返します。
toDateTimeOnly(now())