DatePicker issue for
DatePicker issue for
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.
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
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.
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
Please refer to the attached video.
- Attachments
-
- 1818.datepicker_error1.zip
- (3.67 MiB) Downloaded 865 times
-
- 1817.datepicker_error2.zip
- (1.89 MiB) Downloaded 661 times
DatePicker issue for
Hello,
The error is fixed, update will be available in the next prerelease build.
Thank you.
The error is fixed, update will be available in the next prerelease build.
Thank you.
DatePicker issue for
Could you answer #3 qeustion?
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.
DatePicker issue for
Hello.
This task is in our to-do list.
Thank you.
Unfortunately, it's impossible now.jkoo wrote:Could you answer #3 qeustion?
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.
This task is in our to-do list.
Thank you.
Re: DatePicker issue for
I'm wondering if #3 (datetime format changing) issue is fixed.
I need to use dd-MMM-yyyy rather than dd.mm.yyyy.
Thanks
I need to use dd-MMM-yyyy rather than dd.mm.yyyy.
Thanks
Re: DatePicker issue for
Hello,
Please try to use the following options:
StiWebViewerFxOptions.Appearance.DateFormat = "dd-MMM-yyyy";
StiWebDesignerOptions.Appearance.DateFormat = "dd-MMM-yyyy";
Thank you.
Please try to use the following options:
StiWebViewerFxOptions.Appearance.DateFormat = "dd-MMM-yyyy";
StiWebDesignerOptions.Appearance.DateFormat = "dd-MMM-yyyy";
Thank you.
- Attachments
-
- Capture.PNG (40.79 KiB) Viewed 3486 times