Thursday, September 18, 2014

Lesson 19: bermain dengan Format tanggal di JSTL

ini harusnya uda diposting bulan lalu, tapi gue lupa.
untuk formatting tanggal di JSTL (biasa dipake dalam file .jsp) bisa pake tag JSTL <fmt:formatDate>

<fmt:formatDate value="${ startTime }"
type="date"
pattern="dd-MMMMM-yyyy HH:mm"
var="theFormattedDate" />
<form:input size="30" type="text" path="hotnewsBtsExistingRequest.startTime" value="${theFormattedDate}"/>

contoh format tanggal dari perintah di atas adalah:
21-August-2014 11:56

No comments:

Post a Comment