5 lines
49 B
PHP
5 lines
49 B
PHP
|
#!/usr/bin/php
|
||
|
<?php
|
||
|
strtotime ( "21.03.06" )
|
||
|
?>
|