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
sclosesclose 

Count Down Number

Hello,

 

I have a custom field called Bid Date. Looking for a formula that will calculate and display a number from todays date and Bid Date.  Todays date could be today tommorw and so on.

 

Thanks,

SC

 

   

CheyneCheyne

You could use 

 

Bid_Date__c - TODAY()

 That will give you the numbr of days until the Bid Date.

sclosesclose

Thank you that works perfect.

 

I have another one this is problem not possible. I also have a custom field called Bid_Time__c. Meaning the Bid_Date__C and Bid_Time__c go hand and hand. Date and Time are very important. 

 

I would like to see a field count down like a clock when the bid date is with in 24 hours of the Bid Time.