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
Edward JonesEdward Jones 

How are date fields represented internally

I am new to apex development and I want to be sure how date fields are represnted and evaluated internally.  What is internal representation of  jan 1, 2019 ?    In this workflow the Deposit Due Date is April 14, 2019. Whats is it value? And if Today is May 29th, what is it's internal value?workflow rule
MagulanDuraipandianMagulanDuraipandian
Due date is not null. Make sure the Invoice Status is one of the values used in the rule criteria. Due Date minus 14 is greater than today, so it should fire the workflow.
--
Magulan Duraipandian
www.infallibletechie.com
Edward JonesEdward Jones
Thanks for responding.

 What is internal representation of  jan 1, 2019 ?    In this workflow the Deposit Due Date is April 14, 2019. Whats is it value? And if Today is May 29th, what is it's internal value?