In PF13 you dont need to specify a dateSelect ajax event and a listener, the "value" attribute gets the new date selected. If you dont specify the "value" attribute the listener method in <p:ajax is invoked succesfully.
So if you want your listener method to be invoked then remove the "value" attribute or if you need it, set the "value" attribute and the value will be updated on date selection.