[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: quick and dirty SYSDATE



I went to Scribe's version 4 language reference because I hadn't run across
DATE-TIME before.  They warn that DATE-TIME may be discontinued in a future
release and recommend that you use the datenow function which "returns the local
date and time from the client machine".

     let $datevariable = datenow()