document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@page import="net.ejemplos.*" %>
  2. <html>
  3.   <body>
  4.     <%
  5.    DateTime date = new DateTime();
  6.    %>
  7.     <p>Current Date Time(ms): <%=date.getCurrentDate()%></p>
  8.   </body>
  9. </html>
');