@namespace AntDesign.Internal @typeparam TValue @inherits DatePickerPanelBase @using System.Globalization; @{ var calendar = CultureInfo.InvariantCulture.Calendar; DateTime startDate = new DateTime(PickerValue.Year, 1, 1); const int MAX_ROW = 4; const int MAX_COL = 3; string inViewClass = $"{PrefixCls}-cell-in-view"; }
@(currentColDate.ToString(Locale.Lang.MonthFormat, CultureInfo))
@if (RenderExtraFooter != null && !IsRange) { }