Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

Ujian Simulasi

Jadikan Beranda

Bookmark halaman ini

Langganan Alamat Email

Without Book Ajukan Pertanyaan

Pertanyaan. 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?

Diposting Pada Jul 31, 2014 Diposting Oleh Abhi
Jawaban. 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>
Diposting Pada Aug 01, 2014 Diposting Oleh Devnarayan

Masukkan jawaban Anda

Nama
Alamat Email
Jawaban
Pemeriksaan Keamanan
Selesaikan ini untuk melanjutkan: 2 + 1 = ?
Hak Cipta © 2026, WithoutBook.