Page 1 of 1

DatePicker issue for

Posted: Fri Apr 27, 2012 5:51 pm
by jkoo
1.
I'm using a variable to get Data Range from user.
On the report, Data Range displays
From 4.4.2012 to 4.4.2012

When I click DataTimePicker first time, DataTimePicker displays April 2011.
But If I click DataTimePicker again, DataTimePicker always display January 1970

2.
And how can I set data time variable as today?
If I use the expression 'Today' at "Init by", dataTimePicker always display it as 01.01.1970.

3.
Can I change DataTimePicker format? Current format is dd.mm.yyyy.

Please take a look the issues.


DatePicker issue for

Posted: Mon Apr 30, 2012 5:58 am
by HighAley
Hello.

We couldn't reproduce your issue. Could you send us screen-shot of the problem or it will be better to see video how to reproduce the issue.
Where do you have this issue in the StiWebDesigner, StiWebViewer or StiWebViewerFx?

Please, describe your problem more detailed.

Thank you.

DatePicker issue for

Posted: Mon Apr 30, 2012 7:45 pm
by jkoo
Please refer to the attached video.

DatePicker issue for

Posted: Thu May 03, 2012 6:45 am
by Vladimir
Hello,

The error is fixed, update will be available in the next prerelease build.

Thank you.

DatePicker issue for

Posted: Tue May 08, 2012 2:50 am
by jkoo
Could you answer #3 qeustion?
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.


DatePicker issue for

Posted: Tue May 08, 2012 7:32 am
by HighAley
Hello.
jkoo wrote:Could you answer #3 qeustion?
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.
Unfortunately, it's impossible now.
This task is in our to-do list.

Thank you.

Re: DatePicker issue for

Posted: Wed Dec 18, 2013 1:11 am
by jkoo
I'm wondering if #3 (datetime format changing) issue is fixed.
I need to use dd-MMM-yyyy rather than dd.mm.yyyy.

Thanks

Re: DatePicker issue for

Posted: Thu Dec 19, 2013 7:38 am
by Alex K.
Hello,

Please try to use the following options:
StiWebViewerFxOptions.Appearance.DateFormat = "dd-MMM-yyyy";
StiWebDesignerOptions.Appearance.DateFormat = "dd-MMM-yyyy";

Thank you.