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.
By default it shows only date.
I want to show date and time.
But I can''t use StyleInfo.Format as then I must specify hard sequence like "mm:dd:yyyy" or
"dd:mm:yyyy".
ADAdministrator Syncfusion Team October 7, 2004 05:42 AM
You can use any of these formatting characters which will delegate the formatting of Date and Time to the user''s regional settings.
f
F
g
G
See ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconstandarddatetimeformatstrings.htm.
or
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vafmtnameddateformats.asp