Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKirill Malikov
8,301 PointsHey, i try to get extra points for this challenge. I have a right answer, but i still can't get this points. Thank you.
Hey, i tried <p>Today is <?php echo date('l, F d, Y'); ?>.</p> and <p><?php echo date('l, F d, Y'); ?>.</p> but still can't get this points.
P.S. This is challenge quest for extra points Extra Credit
Complete the previous code challenge again, but this time add a paragraph below the headline that displays the current date in a format like this:
Today is Wednesday, October 21, 2015.
Thank you for any answer
<!DOCTYPE html>
<html>
<body>
<h1><?php echo "Shirts 4 Mike"; ?></h1>
<p><?php echo date('l, F d, Y'); ?>.</p>
</body>
</html>
2 Answers
William Li
Courses Plus Student 26,868 PointsHi, Kirill Malikov , is this the extra point you're talking about?
This is Extra Credit problem, it isn't part of any Code Challenge, it's just some additional problems you can practice on your own, you won't be awarded extra point for completing it, but feel free to post your Extra credit solution here on the forum for discussion.
Hope that helps.
Kirill Malikov
8,301 PointsHey, oh, now i get it+) Thank you!