On Tuesday 03 August 2004 13:46, David Hansen Jr. offered up the following 
tid-bit of information :
> I'm trying to make a custom calendar script for my school district, and
> I'm hitting a little obstacle.  I know how I can accomplish what I'm
> after, but it's a lot of extra coding.  I'm wondering if there's a
> simple way to figure out what day of the week the first day of the month
> lands on.  I can take the info pulled with date() and use several
> switch() and if statements, but that's ugly.  Anyone have any
> suggestions?
>
> Thanks!
> ~ David

$firstDayOfMonth = mktime (0,0,0, $month, 1, $year );

http://us4.php.net/mktime
-- 
John C. Nichel
ÃberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to