Welcome Guest, Not a member yet? Register   Sign In
prob with date function
#1

[eluser]manash007[/eluser]
how can i get the date of next monday or any of the day ???????
#2

[eluser]Seppo[/eluser]
Code:
<?php
echo date('Y-m-d', strtotime('Next Monday'))
?>

To get the next monday... I don't get what you mean by "any of the day"




Theme © iAndrew 2016 - Forum software by © MyBB