Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Display Date as week Re: Display Date as week

#57990
netxm
Member

hmmm. Interesting ideas. I thought about something like that:
$first_date = the_time(‘d F Y’)
$second_date = echo ($first_date+7)

But that wouldn’t work because my podcast needs to be in Thursday-Wednesday range, is there any way to find out day of the week in PHP and do this calculation in this way?