[Servingxml-help] formatted dates in fields?
Brought to you by:
danielaparker
From: Allen, C. <chr...@wo...> - 2009-10-28 21:23:39
|
I'm trying to embed a formatted date into an <sx:positionalField>. I assume it can be done, but I'm getting tripped up on syntax. How can I specify the parameter "dob" as the label in the <sx:positionalField>? <sx:flatRecordType id="FHDR" name="FHeader"> <sx:positionalField width="..." ... /> <sx:parameter name="dob"> <sx:convertDate fromFormat="yyyy-MM-dd" toFormat="MMddyyyy"> <sx:toString value="{$runDate}"/> </sx:convertDate> </sx:parameter> <sx:positionalField width="8" name="accruedDate" label="{dob}"/> <sx:positionalField ... /> </sx:flatRecordType> Thanks much for any help! -Christopher ******************************************************************************************************************************* IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the named recipient(s) only. If you have received this email in error, please notify the system manager or the sender immediately and do not disclose the contents to anyone or make copies thereof. *** eSafe scanned this email for viruses, vandals, and malicious content. *** ******************************************************************************************************************************* |