DateFieldElement in Custom Module, Default Value
Hey all,
I'm using a DateFieldElement in my custom module:
var meetingDateTimeField = new DateFieldElement(mainSection.Fields) ID = "meetingDateTimeFieldControl", DataFieldName = "MeetingDateTime", DisplayMode = displayMode, Title = "MeetingDateTime", CssClass = "sfFormSeparator", ResourceClassId = typeof(MeetingsResources).Name, WrapperTag = HtmlTextWriterTag.Li, Value = DateTime.Parse("5/1/2011 12:15:12 PM"),;Hello William,
We sent a reply to you in this thread. Lets keep the discussion on one place, so more users can find answers to the same questions.
Kind regards,
Ivan Dimitrov
the Telerik team