This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/webservice/tests/javabridge.php

7 lines
185 B
PHP

<?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"));
?>