Is there any documentation for the new Date Picker? We upgraded to APEX 23.2 and are now looking into upgrading the deprecated jQuery Date Picker.
However, I could not find any documentation about the new Date Picker options and methods. Specifically I am looking to set the Date Picker language. Right now we use this to set the Date Picker language and format
apex.jQuery( ".datepicker" ).datepicker( "option", apex.jQuery.datepicker.regional[ lang ] );
apex.jQuery( ".datepicker" ).datepicker( "option", "dateFormat", "dd-mm-yy" );
Note: that format may seem strange, but as per jQuery documentation:
We cannot use the APEX derived language.