Fonction Scilab
eng - fr


return_date - retourne la date

Librairie

Séquence d'appel

txt = return_date

Paramètres

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


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

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references