DatePicker issue for

Stimulsoft Reports.WEB discussion
Post Reply
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

DatePicker issue for

Post 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.

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

DatePicker issue for

Post 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.
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

DatePicker issue for

Post by jkoo »

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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

DatePicker issue for

Post by Vladimir »

Hello,

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

Thank you.
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

DatePicker issue for

Post by jkoo »

Could you answer #3 qeustion?
That is,
Can I change DataTimePicker format? Current format is dd.mm.yyyy.

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

DatePicker issue for

Post 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.
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

Re: DatePicker issue for

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: DatePicker issue for

Post 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.
Attachments
Capture.PNG
Capture.PNG (40.79 KiB) Viewed 3486 times
Post Reply