인수 값을 날짜/시간 전용 값으로 변환합니다.
전환
toDateTimeOnly(<parameters>)
매개변수 | 유형 |
---|---|
ISO-8601 또는 "YYYY-MM-DD" 형식의 날짜 시간(XDM 날짜 형식) | 문자열 |
날짜 시간 | dateTime |
toDateTimeOnly(<dateTime>)
toDateTimeOnly(<string>)
시간대를 고려하지 않고 날짜/시간을 반환합니다.
toDateTimeOnly ("2016-08-18")
2016-08-18T00을 나타내는 dateTime 반환:00:00.000
toDateTimeOnly(now())