Product suggestion, Month/Year (maybe week) only selection mode on DatePicker and DateRangePicker controls

Hi there, I don't know if this is the best channel but I wanted to post an idea/suggestion for the SyncFusion Date input controls.

I've got a requirement for a user to be able to select either a month or year from and to. i.e. show me the data from Jan 23 to Apr 23, or show me the data from 2021 to 2023.

It would be handy if the syncfusion controls support a month or year mode like you can do with an html input or blazor input at the moment e.g.


HTML
<input type="month" id="month-from" class="form-control" />


Blazor

<InputDate TValue="DateOnly" Type="InputDateType.Month" class="form-control" @bind-Value="MonthFrom"/>


I'm using the above for now, but I guess I'm going to get the presentation and functionality with these dictated by the client browser, where it would be nice to have the consistent presentation and range selection from a SyncFusion control.


2 Replies 1 reply marked as answer

KP Kokila Poovendran Syncfusion Team December 21, 2023 04:28 PM UTC

Hi Matthew Paul,


Thank you for sharing your suggestion regarding the month or year selection mode for SyncFusion Date input controls. We appreciate your feedback.


We want to inform you that the Syncfusion DatePicker component already supports the month and year view. To help you better understand and implement this feature, we recommend checking the following demo site: 


Demohttps://blazor.syncfusion.com/demos/datepicker/month-picker?theme=fluent


In the DatePicker component, you can use the Start and Depth properties to restrict users from navigating to any Calendar view, such as year, month, or decade.


For a more detailed explanation and visual representation, you can watch our video illustration below:






If you have any further questions or if there's anything else we can assist you with, please feel free to let us know.




Regards,

Kokila Poovendran.



Marked as answer

MP Matthew Paul December 22, 2023 11:49 AM UTC

Great, thank you, I'll give that a go


Loader.
Up arrow icon