y,m,d:=Time.Clock.localTime; D:=Time.Date; "%s, %s %d, %d".fmt(D.dayName(D.weekDay(y,m,d)), D.monthName(m), d,y) //-->"Friday, February 28, 2014"