Saved Search Formula Number of Weekdays between Two Dates
Tag: datecompare
Comparing Two dates
Scenario: We have a start date and a Due date and need to a validation where Due date date should be a date after the Start date. Solution: Usually we can use the JavaScript Date() function. But you can’t compare two dates using that. Better approach to make comparison between dates is to use getTime() function. This… Continue reading Comparing Two dates
Rev Rec Alert in invoice Record
An alert will popup when REV REC end date is less than REV REC start date.