cancel
Showing results for 
Search instead for 
Did you mean: 

converting date in table?

Former Member
0 Kudos

Hi All

In one requirement, in table two columns begin and end, ( ex: begin date : 23.09.2010, end date : 23.10.2010. ), if user press f4 help he get calender, in that if he select any date i want to display sep 2010 here date is(23.09.2010), end date - oct 2010. i am getting data using FM. how can we achieve this? help me

Thanks,

venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is no event triggered on the built in calendar value help if that is what you are asking for. You would have to put in some other event (a custom button perhaps) or rely upon the onEnter event of the input field (only tiggered if the user presses enter after selecting the value from the calendar) to perform the calculation. Another option would be to build your own custom freely programmed value help using the DateNavigator. You could use the additional events of the dateNavigator and the value help listener object to update both date fields when one value is choosen in the value help.