Does anybody have a clue about this date picker are looking like this??

I wrote a partial view to added the attribute to the textbox
@model System.DateTime
@Html.TextBox("", ViewData.TemplateInfo.FormattedModelValue,
new { data_datepicker = true });
Are this affecting the resulting datepicker??
I would immediately assume an issue with CSS. verify you have the correct CSS and everything is loading