RM Script allows you to build dynamic script fields in any of Rent Manager’s templates (letters, reports, forms, etc.). In each issue of the Community Advisor, we’ll share a script you can use throughout the software to customize Rent Manager to your specific needs and preferences.
To format dates to look like this:
Tuesday, July 30th, 2013
Use this script:
[dayofweek(sformat(curdate,”w”)) & sformat(curdate,”, mmmm d”) & NumberSuffix(sformat(curdate,”, mmmm d”)) & sformat(curdate,”, yyyy”)]
Learn more about scripting within Rent Manager® by watching the Introduction to RM Script webinar here.