Hi , Here is the code we are using for datetimepicker , kindly have a check ,
<IntlProvider locale={this.currentLocale}>
{isDateTimePicker ?
<DateTimePicker
value={this.state.fieldValue}
onChange={this.changeDate}
width={width}
format={getLocaleDateString(window.navigator.language, isDateTimePicker)}
/> :
<DatePicker
value={this.state.fieldValue}
onChange={this.changeDate}
width={width}
format={getLocaleDateString(window.navigator.language)}
/>
}
</IntlProvider>
Hi, Mounikareddy,
Thank you for the provided screenshot and code sample.
Could you please share with me the logic executed after pressing the `Reload` button so that I can have a closer understanding of the faced issue?
Regards,Wissam
Progress Telerik