Jump to content

[SOLVED] strtotime


stockdalep

Recommended Posts

Hi

 

I have a site that requires it users to select a delivery time. But I need to ensure that if the time has gone past 10 am they cannot select this day.

 

I cannot figure out the question marks.

 

 

if(strtotime("now") > ???????){

echo("no");

}

else

{

echo("yes");

 

Thanks for any help.

 

 

Link to comment
https://forums.phpfreaks.com/topic/45996-solved-strtotime/
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.