DateTimeControl is not showing it’s calendar in proper format
Hi,
Some time we have to create our own customized asp form or visual web part or simple web parts where we use SharePoint’s Date Time Control . Some time that control works properly but some time this control does not show calendar in proper format as we see in SharePoint. Control should show calendar like :
But instead of the format, It shows like this :
If you want to change this format for default format you have to write this code:
dateTimeControl1.DatePickerFrameUrl=ResoulveRul(SPContext.Current.Site.Url+”/_layouts/iframe.aspx”);
Comments