Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Date: Can I query posts by day? IE: Today, Tomorrow, Wednesday, Thursday and Fri

$
0
0

Yes, it can be done automatically. you can try PHP function strtotime() to get next weekdays timestamp, like this:
<?php echo strtotime("next Thursday");?>

More help: http://www.php.net/manual/en/function.strtotime.php


Viewing all articles
Browse latest Browse all 20145

Trending Articles