Re: [PHP] Dates problem

2005-04-27 Thread Mario de Frutos Dieguez
Petar Nedyalkov escribió: On Wednesday 27 April 2005 09:17, Mario de Frutos Dieguez wrote: Hi! I have a problem with dates. I have a function that sum a duration in laboral days to an initial date. The problem come when the function reaches the last sunday of October, the data remains in the las

Re: [PHP] Dates problem

2005-04-26 Thread Petar Nedyalkov
On Wednesday 27 April 2005 09:17, Mario de Frutos Dieguez wrote: > Hi! > > I have a problem with dates. I have a function that sum a duration in > laboral days to an initial date. The problem come when the function > reaches the last sunday of October, the data remains in the last sunday > of Octob

[PHP] Dates problem

2005-04-26 Thread Mario de Frutos Dieguez
Hi! I have a problem with dates. I have a function that sum a duration in laboral days to an initial date. The problem come when the function reaches the last sunday of October, the data remains in the last sunday of October and make an infinite loop. The functions works fine i have test in all

[PHP] dates problem

2001-09-07 Thread Nikola Veber
I'm having a prowith determing a time interval. I need to find out how many seconds, minutes, days have passed since a cpecific date (1.1.1980.), but when I pass that dade to a time stamp , I get 1983.315529200. How am I suposed to handle the year (1983.) o there is smething else ? I think the