strange effect for me: a computed text with @created() gives me crazy results:
e.g. creation datetime is: 09.02.2015 21:27 the xpage shows: 07.07.2014 20:47
it is depending of the opened doc (it's not the creation date of the design element), but it does sth I do not understand.
Am I using it incorrectly?
thx, Uwe
the code goes like:
<xp:text escape="true"
id="compCreated">
<xp:this.converter>
<xp:convertDateTime
type="both" timeStyle="short">
</xp:convertDateTime>
</xp:this.converter>
<xp:this.value><![CDATA[#{javascript:@Created()}]]></xp:this.value>
</xp:text>