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
sfdc_beginner7sfdc_beginner7 

Can we convert date to user's locale date?

I have a formula field 
IF( ETA_Lag__c =0, TEXT( DATEVALUE( Min_ETA__c ) ),  
'between ' & TEXT( DATEVALUE( Min_ETA__c ) ) & ' and ' & TEXT( DATEVALUE(  Max_ETA__c ) ))
This is displayed as :
between 2018-10-24 and 2018-10-26
Can we convert it acc to user'slocale?
Shravan Kumar 71Shravan Kumar 71
Hello,

This link should help you : https://developer.salesforce.com/forums/?id=906F0000000DEVIIA4

Thanks,
Shravan