function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
clouddev@surashriclouddev@surashri 

Visualforce Email Template

Hi,

 

In email template, I am using outputtext tag as below.

 

Following your conversation with {!recipient.account.Partner_Sales_Person__c}, we confirm that you are booked in for a demonstration  <apex:outputText value="{0,date, 'at' HH:mm z 'on' dd MMM yyyy}"> <apex:param value="{!DATETIMEVALUE(recipient.Web_Demo_Booking_Date_Time__c)}"/> </apex:outputText>

 

The time and date value are shown as per GMT but I want to show it as BST. What should be the value. of "value attribute".

 

Currently outputtext is

<apex:outputText value="{0,date, 'at' HH:mm z 'on' dd MMM yyyy}">

<apex:param value="{!DATETIMEVALUE(recipient.Web_Demo_Booking_Date_Time__c)}"/>

</apex:outputText>

 

Thanks,

 

Rahul