Programming Tutorials

Comment on Tutorial - JSP Program to display Date By aathishankaran



Comment Added by : Sajjad Ali

Comment Added at : 2010-07-27 03:50:16

Comment on Tutorial : JSP Program to display Date By aathishankaran
Hello every body, i have made different codes of JSP page but i am getting trouble on GOOGLE CHROME. The whole code is displayed like this

<%@page import ="java.util.*" %>

<html>

<body>
<%
System.out.pritln("Hello am here/......");
java.util.Date d= new java.util.Date() %>

This time is <%= d %>
</body>
</html>

Can any body help me??
what will i do to get Exact date??
the out put can only be displayed


View Tutorial