Subject Re: [firebird-support] Function to return today's date in Stored Procedure?
Author Helen Borrie
At 06:22 PM 12/10/2004 -0700, you wrote:

>Is there any function built into Firebird that will return today's date as a
>Firebird DATE value that can be used in a Stored Procedure?
>
>Myles

Just use the context variable CURRENT_DATE. It's available everywhere.

./helen