Page 1 of 1

Webviewer - change date format?

Posted: Mon Dec 10, 2018 9:46 pm
by jkrassman
Hi, is it possible to format the date in the picture below?
dates.png
dates.png (9.86 KiB) Viewed 1479 times
Regards, Joakim

Re: Webviewer - change date format?

Posted: Tue Dec 11, 2018 8:04 pm
by Lech Kulikowski
Hello,

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";
Thank you.

Re: Webviewer - change date format?

Posted: Wed Dec 12, 2018 7:15 pm
by jkrassman
Thanks!

I will try that.

Re: Webviewer - change date format?

Posted: Wed Dec 12, 2018 11:38 pm
by Lech Kulikowski
Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.