[ create a new paste ] login | about

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

PHP, pasted on Mar 23:
1
2
<?php
var_dump(new DateTime('1999-12-29T00:00:00') < new DateTime('1999-12-29T00:00:01'));


Output:
1
bool(true)


Create a new paste based on this one


Comments: