Didn't see anything on this so how would you grab the date and put it into a inputbox?
Silly me i got it already..
Code:current_date_sortable = System.GetDate(2); -- ISO date format sorts nicely Input.SetText("Input3", current_date_sortable);
Professional Software Development Tools
Didn't see anything on this so how would you grab the date and put it into a inputbox?
Silly me i got it already..
Code:current_date_sortable = System.GetDate(2); -- ISO date format sorts nicely Input.SetText("Input3", current_date_sortable);
Last edited by bobbie; 02-15-2007 at 06:50 PM. Reason: found it.............