[vlma-devel] commit: Do not only display the time when the order was sent but also the date. ( Adrien Grand )

git version control git at videolan.org
Sat Sep 13 00:23:07 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Sep 13 00:25:44 2008 +0200| [8c4542abe20221144e922b13abe6f335d99be567] | committer: Adrien Grand 

Do not only display the time when the order was sent but also the date.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=8c4542abe20221144e922b13abe6f335d99be567
---

 .../webapp/WEB-INF/jsp/order/ordercommands.jsp     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/order/ordercommands.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/order/ordercommands.jsp
index f3c8b4f..721117e 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/order/ordercommands.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/order/ordercommands.jsp
@@ -12,7 +12,7 @@
 
 	<tr class="even">
         <td><c:out value="${status.index + 1}" /></td>
-		<td><fmt:formatDate pattern="HH:mm:ss" value="${command.date}"/></td>
+		<td style="text-align: center"><fmt:formatDate pattern="yyyy-MM-dd HH:mm:ss" value="${command.date}"/></td>
 		<td><c:out value="${command.server.name}" /></td>
 		<td><c:out value="${command.command}" /></td>
 	</tr>



More information about the vlma-devel mailing list