Hi,
Is it possible to format the date value using render tags to the
format 'Thursday, December 24, 2009'? We tried to use asp codes for
the formatting, but asp codes are not acceptable in the template.
<query valuea="Store:SubIndex.Page.Elements.GetElement
(opt_special).GetHtml()" operator="==" valueb="news">
<htmltext>
<span class="date">
<strong>FormatDateTime(<%!!Store:SubIndex.Page.Elements.GetElement
(stf_creationDate).Value!!%>,1)
</strong></span>
</htmltext>
</query>
This code just outputs the text as: FormatDateTime("12/24/2009
12:00:00 AM",1), but we need the output as: "Thursday, December 24,
2009"
When I try to give <% FormatDateTime(<%!!
Store:SubIndex.Page.Elements.GetElement(stf_creationDate).Value!!%>,1)
%> then the page is appearing blank due to asp error.
Any ideas/suggestions?
Thanks in advance for any suggestions.
Regards,
Jills
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.