Date picker in application

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?

Thank you ptalbot,

I went through mod_datepicker servoyForge by Rober Ivens. Added mod_console,mod_datejs, mod_datepicker to my MODULE node in SOLUTION EXPLORER.

[attachment=0]Untitled.png[/attachment]

Great Help.

Thank you once again