> Hi wanna know How can i take the day of week of aany date...
> Example:
> How to know that 14 of march of 2001 is a Wednesday??

date( "l", $timeStamp );  // lowercase "L", or you could use "D"

Look up the date() function.  The documentation is your friend.

Chris

Reply via email to