\CANCEL MODE verify ! Create a Date string from numbers representing year, month, day, ... ! the result is returned in the symbol date_symbol. Hour, minute, and ! second are optional inputs. ! acm 10/20/06 fix bugs: treatment of hour=0, and formatting of seconds ! ! arg1 arg2 arg3 arg4 arg5 arg6 ! usage: GO datestring year month day [hour] [minute] [second] ! Example: ! yes? go datestring 2004 1 1 12 ! DATE_SYMBOL = "1-JAN-2004 12:00:00" ! yes? def sym start_date ($date_symbol) ! ! yes? go datestring 2004 11 1 ! DATE_SYMBOL = "1-NOV-2004" ! yes? def sym end_date ($date_symbol) ! ! yes? define axis/t="($start_date)":"($end_date)":1/t0="($start_date)" tax ! Check inputs. First 3 are required QUERY/IGNORE $1%