note 102721 deleted from function.checkdate by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: peter dot poetzi at gmail dot com 

----

<?php
function check_date($d,$m,$j){return $m>0&&$m<13&&$d>0&&$d<($m-2?($m+($m>7))%2+31 :(!($j%400)||!($j%4)&&$j%100)+29);}
?>
(without the space after %2+31)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.