Jump to content

[SOLVED] date('l')


fesan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.