GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   PHP script to display day/month.. (https://gfy.com/showthread.php?t=863672)

xxweekxx 10-22-2008 01:00 AM

PHP script to display day/month..
 
I want a php script that will say!! I basically want the variables to be Wednesday & October 23rd. SO tomorrow itll say Thursday, October 24th

Today is Wednesday, October 23rd.



Can anyone paste it? I need it for one of my sites..

Sands 10-22-2008 01:02 AM

Quote:

Originally Posted by xxweekxx (Post 14934414)
I want a php script that will say!! I basically want the variables to be Wednesday & October 23rd. SO tomorrow itll say Thursday, October 24th

Today is Wednesday, October 23rd.



Can anyone paste it? I need it for one of my sites..

http://us.php.net/date

neonliquid 10-22-2008 01:05 AM

Code:

<?php
$today = date("l, F  jS");
echo $today;
?>


xxweekxx 10-22-2008 01:08 AM

nm......................

neonliquid 10-22-2008 01:11 AM

Quote:

Originally Posted by xxweekxx (Post 14934433)
I cant seem to get it to display the th or st at end of day

example

october 20> october 20th
january 1> january 1st.

How do i do this

make sure you're using "jS" instead of just "j" in the date formula. just copy paste the example i gave you, here it is in action: http://www.319studios.com/date.php

xxweekxx 10-22-2008 01:11 AM

Quote:

Originally Posted by 319studios (Post 14934426)
Code:

<?php
$today = date("l, F  jS");
echo $today;
?>


Thanks bro.. owe u one =)

xxweekxx 10-22-2008 01:12 AM

Quote:

Originally Posted by 319studios (Post 14934445)
make sure you're using "jS" instead of just "j" in the date formula. just copy paste the example i gave you, here it is in action: http://www.319studios.com/date.php

yea it was my mistake.. thanks a lot

neonliquid 10-22-2008 01:12 AM

no problem glad i could help


All times are GMT -7. The time now is 10:15 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc