PureBytes Links
Trading Reference Links
|
<<<
Examples:
To represent the date 12/24/1999 in EasyLanguage use: 991224
To represent the date 05/30/2000 in EasyLanguage use: 1000530
To represent the date 08/31/2007 in EasyLanguage use: 1070831
>>>
This is good. One caution that comes to mind though is that any
ascii data files created from EL using the date function for the
date column would be unreadable by any other software.
i.e.
"date","time","C"
991231,1615,1340.50
1000101,935,1400.00 ???
dbs
|