I want to add Date picker in my application. What step do I need to follow to work with Date picker.
Add a field of type: ‘Calendar’ to your layout
In Caledar type user need to click on calendar and then select date, I want Date picker in which user can select date directly.
You can also try my DateChoose Bean: https://www.servoyforge.net/projects/datebean - It is quite old so I need to revisit it for Servoy 6.1+ (and wouldn’t mind some Incentive on that BTW).
Another option is the Robert Ivens’ JSDatePicker module: https://www.servoyforge.net/projects/mod-datepicker - you could probably trigger it from a onFocusGained callback?