Macro: DATE - a very short date expression Synopsis: string DATE Description: DATE is defined systemwide and provides a string containing just the date of today without the year. Month comes first and is in 3-letter notation. Note: It is just a define: #define DATE extract(ctime(time()),4,9) Return value: return the date in a very short date-format Examples: "Jan 7" "Mar 11" See also: lib/format_date, efun/time, efun/ctime, lib/MACROs