javascript
Brief description  about Online courses   join in Online courses
View Rathijeet  Acharya 's Profile

Print date,day,year

I wrote this to get Monday, May 20,2010

<?php

echo "Current Date:".Date('l,');
echo date('F ');
echo date('d,');
echo date('Y');


?>



any suggestions??
Asked by Rathijeet Acharya | Dec 26, 2018 |  Reply now
Replies (0)