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.
I have a sfdatepicker in my windows app project but when i use it the SfDateSelector appears in american format, and i want to change it to european (day/month/year)
for example on image bellow i want to see 09 11 2015
BABerkunath A Syncfusion Team November 10, 2015 07:13 AM UTC
Hi Ric,
Thank you for contacting Syncfusion Support.
We can change the Format of SfDateSelector by changing FormatString property of the SfDateSelector. We have prepared the sample that tries to meet your requirement. In this sample we have set the FormatString as d/M/yyyy and you can change the FormatString as per your requirement. You can download the sample from the below link.