Hi all I need to create a line item in a module which has a formula that, based on various conditions returns a 0 or a 1. One of the conditions is a date range and I am having a problem getting it right. The range that I need to use is: DATE >= today’s date – 30 days AND DATE <= today’s date + 120 days I have found out that there is no available function to return today’s date and this is where I am having problems. How can this be done? Thanks