@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 = 1; const int MAX_COL = 4; }
@DateHelper.GetDayOfQuarter(currentColDate)