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
Sajiv Kartha 3Sajiv Kartha 3 

Approval to reflect the salesforce server system date and not the user's system date

Hi,

When an approval is done by a user, the approval date takes the user's system date and updates the table.
Can I know how to get the salesforce server's date to update.

Thanks
Sajiv
Sajiv Kartha 3Sajiv Kartha 3
I should have been  more specific in my question.  We are using Angular Js and I want the Server Date in the Angular Js code.  The $scope.today() returns only the user's system date.  

But, I need the Server's date.  Is there any possibility to get this ?

Thanks
Sajiv