0
如何在CalendarDatePicker上設置日期。即它默認爲當前日期,我想用我將從我的控制器設置的另一個日期顯示它。ToscaWidgets CalendarDatePicker掛架
我在tw.form的TableForm中顯示CalendarDatePicker小部件。我已經看了這個幾個小時,不能解決如何做到這一點,所以任何指針非常讚賞。
import tw.forms as twf
form = twf.TableForm('dateSel', action='changeDate', children=[ twf.CalendarDatePicker('StartDate', date_format = "%d/%m/%Y"), twf.CalendarDatePicker('EndDate', date_format = "%d/%m/%Y") ])
謝謝失蹤.default = – Daniel