Date and Time Data Types
TIBCO Business Studio now supports separate date and time data fields, as well as the previous combined datetime data field:
<xpdl2:DataFields> <xpdl2:DataField Id="_PEzc0HQNEd2Pfrjp77cFsg" xpdExt:DisplayName="Date" Name="Date"> <xpdl2:DataType> <xpdl2:BasicType Type="DATE"/> </xpdl2:DataType> <xpdl2:InitialValue></xpdl2:InitialValue> </xpdl2:DataField> <xpdl2:DataField Id="_RvJjMHQNEd2Pfrjp77cFsg" xpdExt:DisplayName="Time" Name="Time"> <xpdl2:DataType> <xpdl2:BasicType Type="TIME"/> </xpdl2:DataType> <xpdl2:InitialValue></xpdl2:InitialValue> </xpdl2:DataField> </xpdl2:DataFields>
Copyright © Cloud Software Group, Inc. All rights reserved.