Hi ,
Can anybody help me in adding custom Date fields in in Content Query
Web Parts . I have tried following codes in .webpart file &
itemstyle file but it didnt work.
.webpart file
<property name="CommonViewFields" type="string">
Start_x0020_Time, DateTime;End_x0020_Time, DateTime;Location,Text
</property>
Itemstlye file
Start Date:
<xsl:value-of select="ddwrt:FormatDateTime(string(@Start_x005F_x0020_Time) ,1033 ,'MMMM dd, yyyy ')" />
<br></br>
End Date:
<xsl:value-of select="ddwrt:FormatDateTime(string(@End_x005F_x0020_Time) ,1033 ,'MMMM dd, yyyy ')" />
<br></br>
Location:
<xsl:value-of select="@Location" />