txt = return_date
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
function txt=return_date() w=string(getdate()); //mprintf("Year:%d,Month:%d,Day:%d",w(1),w(2),w(6)); txt=w(6)+'/'+w(2)+'/'+w(1)+', '+w(7)+':'+w(8)+':'+w(9); endfunction