11import React from 'react' ;
22import DateBox from 'devextreme-react/date-box' ;
33
4- const date = new Date ( 2018 , 9 , 16 , 15 , 8 , 12 ) ;
4+ const date = new Date ( 2025 , 9 , 16 , 15 , 8 , 12 ) ;
55const dataTimeLabel = { 'aria-label' : 'Date Time' } ;
66const dateLabel = { 'aria-label' : 'Date' } ;
77
@@ -14,7 +14,7 @@ function App() {
1414 < div className = "dx-field-value" >
1515 < DateBox
1616 type = "datetime"
17- placeholder = "12/31/2018 , 2:52 PM"
17+ placeholder = "12/31/2025 , 2:52 PM"
1818 showClearButton = { true }
1919 inputAttr = { dataTimeLabel }
2020 useMaskBehavior = { true }
@@ -26,7 +26,7 @@ function App() {
2626 < div className = "dx-field-value" >
2727 < DateBox
2828 defaultValue = { date }
29- placeholder = "10/16/2018 "
29+ placeholder = "10/16/2025 "
3030 showClearButton = { true }
3131 inputAttr = { dateLabel }
3232 useMaskBehavior = { true }
@@ -40,7 +40,7 @@ function App() {
4040 < div className = "dx-field-value" >
4141 < DateBox
4242 defaultValue = { date }
43- placeholder = "Tuesday , 16 of Oct, 2018 14:52"
43+ placeholder = "Thursday , 16 of Oct, 2025 14:52"
4444 showClearButton = { true }
4545 inputAttr = { dateLabel }
4646 useMaskBehavior = { true }
@@ -54,7 +54,7 @@ function App() {
5454 < div className = "dx-field-value" >
5555 < DateBox
5656 defaultValue = { date }
57- placeholder = "Year: 2018 "
57+ placeholder = "Year: 2025 "
5858 showClearButton = { true }
5959 useMaskBehavior = { true }
6060 inputAttr = { dateLabel }
0 commit comments