Siebel Reports Administration Guide > Actuate Library Reference > Actuate sssiebel Library >

DateDisplay


Superclass

baseTxt

 

 

Properties

LabelPrefix
ValueExp

"Date "
Format(Now(), "Short Date"

 

Methods

Finish

 

 

Variables

LabelPrefix
LabelSuffix

Property
Property

String
String

Notes

Shows the report run date. The Short Date format is used as specified by the locale setting. baseDateDisplay concatenates the values in the LabelPrefix string and the labelSuffix string:

LabelPrefix & Format(Now(), "Short Date") & LabelSuffix

Siebel Reports Administration Guide Copyright © 2009, Oracle and/or its affiliates. All rights reserved. Legal Notices.