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>"; ?> Quote 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 Quote 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! Quote Link to comment https://forums.phpfreaks.com/topic/176206-solved-datel/#findComment-928609 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.