On Mon, Jan 05, 2004 at 09:51:33AM -0500, Eric Wood wrote:
>
> In Business Basic I use Julian Dates:
> http://www.basis-documentation.com/commands/jul_function.htm.
>
> This lets me easily calculate days between dates just by substracting
> integers.  Why has PHP made dates more difficult?

Unix timestamps have been around since unix began, and strtotime
supports arbitrary human-readable formats.  PHP supports both of these.
How does PHP make dates more difficult?

-- 
  Paul Chvostek                                             <[EMAIL PROTECTED]>
  it.canada                                            http://www.it.ca/
  Free PHP web hosting!                            http://www.it.ca/web/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to