Hi there,
We use a rad date time picker which gives us some sort of error in some particular machines. The date format we used is MM/dd/yyyy and culture is English (United States). But in some machines, radPicker.SelectedDate property still gives dd/MM/yyyy format. Below is the source of the same for your reference
Could you please find the solution for it ?
Thanks
Shafi
We use a rad date time picker which gives us some sort of error in some particular machines. The date format we used is MM/dd/yyyy and culture is English (United States). But in some machines, radPicker.SelectedDate property still gives dd/MM/yyyy format. Below is the source of the same for your reference
<
telerik:RadDatePicker ID="radPicker1" runat="server" Culture="English (United States)"
EnableTyping="True">
<Calendar runat="server" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x">
</Calendar>
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
<DateInput runat="server" DisplayDateFormat="dd-MMM-yyyy" DateFormat="MM/dd/yyyy">
</DateInput>
</telerik:RadDatePicker>
Could you please find the solution for it ?
Thanks
Shafi