Sets the formatting pattern for the dates.
nulldate.setTextFormat(pattern);
pattern (string) - text format
var date = new AW.Formats.Date;
date.setTextFormat("dddd, mmmm d, yyyy hh:mm:ss");
format pattern tokens -
hh // hours
:mm or mm: // minutes
ss // seconds
tt // AM/PM
dddd // long weekdays
ddd // short weekdays
dd // day (leading zero)
d // day
mmmm // long month
mmm // short month
mm // month (leading zero)
m // month
yyyy // year (4 digits)
yy // year (2 digits)
setDataFormat, setCellFormat methods