javabridge.php 185 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?php //$formatter = new Java("java.text.SimpleDateFormat","EEEE, MMMM dd, yyyy 'at' h:mm:ss a zzzz"); // Print date through the object print_r(new Java("java.util.Date")); ?>