repositories
/
TD_webapps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
exo7: fix to the form cinematic.
[TD_webapps.git]
/
ROOT
/
exo4
/
date.jsp
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>