repositories
/
TD_webapps.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
exo10: add a FIXME comment.
[TD_webapps.git]
/
ROOT
/
exo4
/
date.jsp
Commit
Line
Data
c4fa037d
JB
1
<%@ page import="java.io.*, java.util.*, javax.servlet.*" %>
2
<html>
3
<body>
4
Aujourd'hui est le
5
<%
6
Date date = new Date();
7
out.print(date.toString());
8
%>
9
</body>
10
</html>