{d 'yyyy-mm-dd'}
{t 'hh:mm:ss'}
{ts 'yyyy-mm-dd hh:mm:ss.fff'}SELECT DISTINCT {d '2004-02-29'} AS LeapDate, {d '2003-02-29'} AS NonLeapDate, {ts '2003-02-28'} AS TSGoodDate, {ts '2003-02-29'} AS TSBadDate FROM Sample.Person
| Copyright © 1997-2005, InterSystems Corp. | Last updated: 2005-05-26 15:12:04 | Source: RSQL_dateconstruct.xml |