How do I get a day to be represented behind the date where 1/19/2018 would become Fri 1/19/2018?
see DateTimeFormat.
weekDay = DateTimeFormat( "%A", Now(5) );