home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / oo / download / f_0019 / sbasic.jar / text / sbasic / common / 03030107.xml < prev    next >
Extensible Markup Language  |  2003-01-16  |  1KB  |  28 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Funkce CDateToIso [Runtime]</title><meta name="filename" content="text/sbasic/common/03030107"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         p.P2{
  7.                 }
  8.         span.T1{
  9.                 font-weight:bold;}
  10.         </style></head><body>
  11.    
  12.    
  13.    <help:to-be-embedded Eid="cdatetoiso" xmlns:help="http://openoffice.org/2000/help">
  14.    <p class="Head1"><help:link Id="68580">Funkce CDateToIso [Runtime]</help:link></p>
  15.    <p class="Paragraph">Na z├íklad─¢ ─ì├¡seln├⌐ho ├║daje o datu generovan├⌐ho funkc├¡ DateSerial nebo DateValue vr├ít├¡ datum ve form├ítu ISO.</p>
  16.    </help:to-be-embedded>
  17.    <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
  18.    <p class="Paragraph">CDateToIso(─î├¡slo) <help:key-word value="CDateToIso" tag="kw68580_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  19.    <p class="Paragraph"><span class="T1">Vr├ícen├í hodnota</span>:</p>
  20.    <p class="Paragraph">Typu String</p>
  21.    <p class="Paragraph"><span class="T1">Parametr</span>:</p>
  22.    <p class="Paragraph">─î├¡slo: Cel├⌐ ─ì├¡slo, kter├⌐ obsahuje ─ì├¡selnou hodnotu data.</p>
  23.    <p class="P2">P┼Ö├¡klad:</p>
  24.    <p class="PropText">Sub ExampleCDateToIso</p>
  25.    <p class="PropText">MsgBox "" & CDateToIso(Now) ,64,"ISO Date"</p>
  26.    <p class="PropText">End Sub</p>
  27.   </body></html>
  28.