Webviewer - change date format?
Posted: Mon Dec 10, 2018 9:46 pm
Hi, is it possible to format the date in the picture below?
Regards, Joakim
Regards, Joakim
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.parametersPanelDateFormat = "my format";
Code: Select all
var options = new Stimulsoft.Designer.StiDesignerOptions();
options.viewerOptions.appearance.parametersPanelDateFormat = "my format";