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.
Using the date picker I noticed that it is adding the timezone offset on the value like this: but I need the date picker to give only the value like this: without the timezone offset. Is there a way to control that from the component?
BCBerly Christopher Syncfusion Team December 11, 2020 12:12 PM UTC
Hi Christopher,
We would like to inform you that in DatePicker component’s value property type as DateTime. So, we can get the DateTime value in the overall interaction in the DatePicker component.
Please share the below details that will help us to check and proceed further at our end.
Where you got the mentioned ISO string value in the DatePicker component?
Which TValue type is used in the DatePicker component?
Any code example or sample of component rendering
Use case requirement for removing time zone offset value from the ISO string