Date Picker

Hi Team,

How can i make current date as default value selected on Date Picker ?

You can define it in the configuration like next

{ view:"datepicker", value:new Date() }

If no value provided, there will not be preselected value, but initial calendar view will show the current day anyway. This is default behavior.