一定先按照人家的文档进行,不要想当然,走弯路!
在fragment中,这种点击button的方式是无效的,要通过获取id的方式点击

                         android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="onYearMonthDayPicker"
android:text="年月日选择"/>