JSP: Afficher l’heure Actuelle en jsp

Author:
       
<%--

<%@ page import="java.text.*,java.util.*" session="false"%>
<%!
   DateFormat fmt = new SimpleDateFormat("hh:mm:ss aa");
   String now = fmt.format(new Date());
%>
L'heure <%= now %>


           
              

Leave a Reply

Your email address will not be published. Required fields are marked *