Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
DatePickerFor - setting the region
posted

how do you set the region in Html.Infragistics().DatePickerFor  ?? there is no help anywhere that I can find, mvchelper support seems to be the poor relation

heres what I have

@(Html.Infragistics().DatePickerFor(model => model.ContractDate)
.ID("contractDatePicker")
.Width("150px").DateDisplayFormat("date")
.DateInputFormat("date")
.ButtonType(TextEditorButtonType.Clear)
.Regional( --> how do I set this to UK date format ??
.Render())

Parents
No Data
Reply Children
No Data