fesan Posted October 1, 2009 Share Posted October 1, 2009 Hello... I have the code under and it works fine. I just wounder if it is possible to in some easy way without allot of code to make the day name output in an other language? <?php echo "<h4>". date('l - d.m.Y',(mktime(0, 0, 0, date("m"), date("d")+ $day_start, date("Y")))). "</h4>"; ?> Link to comment https://forums.phpfreaks.com/topic/176206-solved-datel/ Share on other sites More sharing options...
PFMaBiSmAd Posted October 1, 2009 Share Posted October 1, 2009 See this link - strftime Link to comment https://forums.phpfreaks.com/topic/176206-solved-datel/#findComment-928594 Share on other sites More sharing options...
fesan Posted October 1, 2009 Author Share Posted October 1, 2009 That's Just Perfect! Worked Flowles!! Thank you! Link to comment https://forums.phpfreaks.com/topic/176206-solved-datel/#findComment-928609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.