OrangeHairedBoy wrote:
Hi all,
I'm trying to write a script to get the next last friday of the month and I
am failing miserably. It keeps giving me October 10th. So, I scrapped it.
Basically, I just want to show what the last friday of the month is, and if
that date has already passed, show the l
Search for 'doomsday algorithm' on google. Once you grok it, you should be
able to figure out the last friday quite easily.
On Sunday 26 October 2003 11:37 am, OrangeHairedBoy wrote:
> Hi all,
>
> I'm trying to write a script to get the next last friday of the month and I
> am failing miserably.
Bob wrote:
> The last friday of the following month will be the last friday of the current
> month + the number of day in the current month > 28 ( date("t") - 28 ).
OOPS! I meant the The last friday of the following month will be the *date*
of the last friday of the current month MINUS the num
Hi all,
I'm trying to write a script to get the next last friday of the month and I
am failing miserably. It keeps giving me October 10th. So, I scrapped it.
Basically, I just want to show what the last friday of the month is, and if
that date has already passed, show the last friday of the next
Evan Nemerson wrote:
Search for 'doomsday algorithm' on google. Once you grok it, you should be
able to figure out the last friday quite easily.
On Sunday 26 October 2003 11:37 am, OrangeHairedBoy wrote:
Hi all,
I'm trying to write a script to get the next last friday of the month and I
am f
> OrangeHairedBoy wrote:
> >Basically, I just want to show what the last friday of the month is, and if
> >that date has already passed, show the last friday of the next month.
>
> You can get the number of days in a month from date()
>
> Now you know that the last Friday of the month will be at
6 matches
Mail list logo