The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi it seem we can't limit the input and display of the year to 2 digits. Can I some how populate just the year portion of the control so on page load the control will look like mm/dd/2018 or {current year}?
DLDeepa Loganathan Syncfusion Team October 10, 2018 04:18 PM UTC
Hi Donnelly,
Thanks for contacting Syncfusion Support.
Yes, you can customize the datepicker popup only to populate the year by using the startand depth properties of DatePicker and also, we can set the date format to display only the year value in the input element by using format property as given below.