cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the date from DateNavigator

Former Member
0 Kudos

hi,

i have drag DateNavigator in the layout, how to get the selected date or month from the calender,

can anyone guide.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

In the DateNavigator there are 2 events one for date select(OnDaySelect) and another for month select(On MonthSelect) whenever a user clicks on a day/month corresponding day/month is passed to the event.

Whenever you create an event handler for these 2 events either you can manually add importing parameter (DAY type D/MONTH type I and YEAR type I ) for the methods correspondingly or

whenever you create action thorugh UI don't forget to select checkbox for "Transfer UI Event Parameters" in action dialogbox.

This should give you the selected date or selected Month of the Year.

Hope this answers your query.

Thanks

Aditya