Re: [PHP] Re: problem with mktime

2006-04-30 Thread chris smith
On 4/30/06, Ross <[EMAIL PROTECTED]> wrote: soted it ! Thanks. please enlighten us in case someone else has the same sort of issue... ""Ross"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am using this to compare todays date with dates retieved from a database. >The problem

[PHP] Re: problem with mktime

2003-06-26 Thread Nadim Attari
> The following line of code doesn't work for me: > $previous_issue_unixdate = mktime(0, 0, 0, $previous_issue_month, > $previous_issue_day, $previous_issue_year, 0); > $previous_issue_month is set to 06, _issue_day is 30 and _issue_year to > 2003. Still $previous_issue_unixdate is emtpy. > ande

[PHP] Re: Problem with mktime()

2002-05-20 Thread Jim Winstead
Johannes Tyra <[EMAIL PROTECTED]> wrote: >$startDate['Jungfrau'] = mktime (0, 0, 0, 08, 24, > 2000); >$startDate['Waage'] = mktime (0, 0, 0, 09, 24, > 2000); > > but with 'Jungfrau' AND 'Waage' something is wrong!! numbers with a leading zero are in octal form