人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

Without Book 質問する

Review the question and existing answers carefully before replying. The best answers explain the reasoning, steps, and tradeoffs so other learners can benefit too.

質問. Date format with Dojo in my jsp

- Hi,
I want a different format while I select a date from calendar in my jsp.
How can I do that work in Dojo if possible?

投稿日 Jul 31, 2014 投稿者 Abhi
回答. Check below code where you can get the selected date as per your desired format (here dd/MM/yyyy):

<form:input path=\"registryDetail.bankRegistryVoiceRecvDate\" id=\"BRVoiceReceivedDate\" title=\"Select Voice received date\"/>
<script type=\"text/javascript\">
Spring.addDecoration(new Spring.ElementDecoration({
elementId : \"BRVoiceReceivedDate\",
widgetType : \"dijit.form.DateTextBox\",
widgetAttrs : {
value : dojo.date.locale.parse(dojo.byId(\"BRVoiceReceivedDate\").value, {selector : \"date\", datePattern : \"dd/MM/yyyy\"}),
datePattern : \"dd/MM/yyyy\",
required : true,
constraints : {datePattern : \"dd/MM/yyyy\"}
}
}));
</script>
投稿日 Aug 01, 2014 投稿者 Devnarayan

回答を入力

名前
メールアドレス
回答
セキュリティチェック
続行するにはこれを解いてください: 5 + 1 = ?
著作権 © 2026、WithoutBook。