Skip to content

Instantly share code, notes, and snippets.

@hrach
Created October 3, 2010 09:14
Show Gist options
  • Save hrach/608424 to your computer and use it in GitHub Desktop.
Save hrach/608424 to your computer and use it in GitHub Desktop.
<?php
var_dump('12:00' > '11:59');
var_dump('11:30' > '11:29:00');
var_dump('11:30' > '11:30:00');
var_dump('11:30' >= '11:30:00');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment