입력: 2023-01-05 ~ 2023-12-32 사이

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: 2023.1.5 ~ 2023.12.31 범위

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: 2023/1/5 ~ 2023/12/31 between

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: from 2023-01-05 to 2023-12-31

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: since 2023.1.5 until 2023.12.31

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: start date: 2023-01-05

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: end date: 2023-12-31

{'type': 'datetime', 'constraints': {'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: 시작일: 2023-01-05

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: 종료일: 2023-12-31

{'type': 'datetime', 'constraints': {'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}

입력: 2023-01-05부터 2023-12-31까지

{'type': 'datetime', 'constraints': {'from': '2023-01-05', 'to': '2023-12-31', 'format': 'm/d/yyyy'}, 'nullablePercent': 0}