--- parser3/src/classes/date.C 2001/09/04 09:07:04 1.5 +++ parser3/src/classes/date.C 2001/09/26 10:32:25 1.8 @@ -2,12 +2,10 @@ Parser: @b date parser class. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: date.C,v 1.5 2001/09/04 09:07:04 parser Exp $ + $Id: date.C,v 1.8 2001/09/26 10:32:25 parser Exp $ */ -static const char *RCSId="$Id: date.C,v 1.5 2001/09/04 09:07:04 parser Exp $"; #include "classes.h" #include "pa_request.h" @@ -136,7 +134,7 @@ MDate::MDate(Pool& apool) : Methoded(apo // ^set(float days) add_native_method("set", Method::CT_DYNAMIC, _set, 1, 6); - // ^string[] + // ^sql-string[] add_native_method("sql-string", Method::CT_DYNAMIC, _sql_string, 0, 0); // ^roll(year|month|day;+/- 1)