On 16.02.2001 13:27:58 Vyacheslav Chukin wrote:

> Please, tell me,
> how could I determine,
> which one of two datetime values is greater?

Date1 < Date2

> In other words,
> how could I determine,
> is stored on db datetime value in future or past?

Past:

DbDateTime < NOW()

Present:

DbDateTime = NOW()

Future:

DbDateTime > NOW()

> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)

^^^^^^^^^^



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to