function change(e){
var app = UiApp.getActiveApplication();
app.getElementById("date").setValue(e.parameter.picker);
Browser.msgBox(e.parameter.date+"|"+e.parameter.picker);
return app;
}
私は最後の 1 時間ほど、自分が間違っていることを理解しようとしましたが、Browser.msgBox が次のように表示されるため、.setValue() が機能していないようです。 (MST)」でも両面から | 同じものを表示する必要があります。