PureBytes Links
Trading Reference Links
|
Have you tried this:
AddColumn( DateTime(), "Date / Time", formatDateTime ); Anthony
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: Saturday, March 22, 2003 8:26:32 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Re: exporting to txt file modified data
Very strange why the DATE sticks for some quotes when using (19000000+DateNum());I have also tried........//sad1 = 10000 * (Year() - 1900) + 100 * Month() + Day();sad1 = (10000 * Year()) + (100 * Month()) + Day();sad2 =(19000000+DateNum());StrDate = WriteVal(Year(),1.0)+WriteVal(Month(),2)+WriteVal(Day(),2);AddTextColumn(StrDate,"<StrDate>");AddTextColumn(WriteVal(Day(),2),"TextDay");AddColumn(Day(),"day",1);AddColumn(sad1,"sad1",1);AddColumn(sad2,"sad2",1);Michael.Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to suggest@xxxxxxxxxxxxx-----------------------------------------Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
____________________________________________________ IncrediMail - Email has finally evolved - Click Here
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: ""
|