Advertisement
Guest User

Untitled

a guest
May 21st, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. include_once '../sys/core/init.inc.php';
  3.  
  4. $cal = new Calendar($dbo, "2015-01-01 12:00:00");
  5. if( is_object ($cal)){
  6. echo "<pre>", var_dump($cal), "</pre>";
  7. }
  8.  
  9.  
  10.  
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement