2017-10-10 204 views

回答

0

請從下面的代碼來增加價值,wijmo日期選擇器

let inputDate = new WjInput.InputDate(editorRoot); 
          inputDate.format = 'add your date picker format' 
          inputDate.value = 'add your value here' 
相關問題