[ create a new paste ] login | about

Link: http://codepad.org/5lYyo8MC    [ raw code | output | fork ]

PHP, pasted on Jun 11:
1
2
3
<?php

var_dump($today = new DateTime('now'));


Output:
1
2
object(DateTime)#1 (0) {
}


Create a new paste based on this one


Comments: