Sometimes you need to insert a date in reverse order. For example, you want May 10, 2000 to be inserted as 10/5/00. You may try to use the format 03/06/90. However, with a default date order of month-day-year, HotDocs still sees 03 as representing the month, 06 as representing the day, and 90 as representing the year.
One way to solve this problem is to create a Computation variable that contains DAY OF, MONTH OF, and YEAR OF expressions to format the date as desired.
The following computations use DAY OF, MONTH OF, and YEAR OF expressions to format a date in different formats.