Hi, is it possible to format the date in the picture below?
Regards, Joakim
Webviewer - change date format?
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: Webviewer - change date format?
Hello,
You can use the following options:
Thank you.
You can use the following options:
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";
Re: Webviewer - change date format?
Thanks!
I will try that.
I will try that.
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: Webviewer - change date format?
Hello
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.