scripting@wanadoo.nl




DateFr()

http://www.scriptlogic.com/kixtart/FunctionLibrary_FunctionList.aspx


actual FunctionLibrary list on 'Scriptlogic' site printer-friendly mirror of UDF topic on 'scripting@wanadoo.nl' site close
13 May 2003 DateFr()
AuthorStéphane FOSSE
Action Return the date to French format (DD/MM/YYYY).
SyntaxDateFr () 
Parameters 
RemarksNone 
ReturnsThe date to the French format (DD/MM/YYYY) 
Examples
? DateFr()
 
Source
FUNCTION DateFr ()
  $an = Ltrim(Substr(@date, 1, 4))
  $mois = Ltrim(Substr(@date, 6, 2))
  $jour = Ltrim(Substr(@date, 9, 2))
  $datefr = $jour + "/" + $mois + "/" + $an
ENDFUNCTION ; - DateFr -
 
  original source of UDF topic. show actual FunctionLibrary list on Scriptlogic site close top
          printer-friendly mirror of UDF topic on scripting@wanadoo.nl site  




Copyright © 2003 www.scriptlogic.com & scripting@wanadoo.nl - last updated on 20 May 2003


Site Meter