CaptainB
03-26-2009, 01:40 PM
Hi,
How would I modify the following code to make a <br/> between the day and the month?
<?php print(Date("l F d, Y"));?>
This is what I tried, but it still does not work:
<?php print(Date("l"."<br/>". "F d, Y"));?>
How would I modify the following code to make a <br/> between the day and the month?
<?php print(Date("l F d, Y"));?>
This is what I tried, but it still does not work:
<?php print(Date("l"."<br/>". "F d, Y"));?>