Now is available SailfishOS SDK alpha version, the first impression is very good. Developing’ve found a bug in documentation of DatePickerDialog, Vesa-Matti Hartikainen suggest me to change the code in
Button { id: button text: "choose a date" onClicked: { var dialog = pageStack.openDialog("Sailfish.Silica.DatePickerDialog", { year: 2012, month: 11, day: 23 }); dialog.accepted.connect(function() { button.text = "you chose: " + dialog.dateText }) } }
and now it is ok.