You need to sign in to do that
Don't have an account?
Error using outputtext & param in Email Template for date field
Hi,
I am getting below error
Error: The value attribute on <apex:outputText> is not in a valid format. It must be a positive number, and of type Number, Date, Time, or Choice.
when using
<apex:outputText value="{0,date,yyyyMMdd'T'HHmmss'Z'}">
<apex:param value="{!relatedTo.ReminderDateTime}"/>
</apex:outputText>
I have also tried
<apex:outputText value="{0,date,yyyyMMdd'T'HHmmss'Z'}">
<apex:param value="{!relatedTo.ReminderDateTime}"/>
</apex:outputText>
but it is not working too.
ReminderDateTime field is from task table.
Can I kidnly request for a help.
Thanks,
Rahul
Hi,
Try this one
It it is your solution than mark as solution and Please give me kudo's if it help you.