Home > lang > cdate 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Warning! This page is not up to date.  See english version 
CDate
Dato = CDate ( Esprimo AS Variant ) AS Date

Konvertas esprimon (nombra Float aux String) en Date / Time String.

Singardu! kuranta asimilo ne estas uzata de tio funkcio.

Errors

MessageDescription
Type mismatch (6) Esprimo ne povas esti konverata.

Example

PRINT \CDate("09/06/1972 01:45:12")

09/06/1972 01:45:12

PRINT \CDate(2484515)

05/16/2002

    

CDate(86398/86400)          23:59:58
CDate(1.2)                  01.01.-4801 04:48:00
CDate(-0.25)                18:00:00
CDate(-1.25)                18:00:00
CDate(-500 + 3 / 86400)     00:00:03
CDate(2472692)              01.01.70
CDate(2472693)              02.01.70
CDate(2472693 + 1 / 86400)  02.01.1970 00:00:01
CDate(2472693 + 1 / 1440)   02.01.1970 00:01:00
CDate(2472693.25)           02.01.1970 06:00:00

See also

Conversion Functions