PureBytes Links
Trading Reference Links
|
<SPAN
class=015323519-16052004>Here ya go:
<SPAN
class=015323519-16052004>
<SPAN
class=015323519-16052004>d<FONT face=Arial color=#0000ff
size=2>
From: PeterJ (wpq)
[mailto:pjcwebpagequery@xxxxxxxxxxx] Sent: Thursday, May 06, 2004
10:09 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE:
[amibroker] How to convert DateNum to date string?
<FONT face=Arial
color=#0000ff size=2>I wrote myself a little fn for general
conversion...
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>function DateNumToStr(DtNum){ DayNm =
round(frac(DtNum/100)*100); MthNm =
round(frac(DtNum/10000)*100); YrNm =
int(DtNum/10000)+1900; return
NumToStr(DayNm,1.0)+"/"+NumToStr(MthNm,1.0)+"/"+NumToStr(YrNm,1.0,False);}
<FONT
color=#0000ff>__<SPAN
class=156164623-06052004>___
<SPAN
class=156164623-06052004>peterj
From: Bill Barnard [mailto:wbarnard@xxxxxxx]
Sent: Sunday, May 16, 2004 2:31 PMTo:
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Formatting
DateNum
A week or so ago someone posted a short bit of code to convert
DateNum() to a date which could be used in a title. I can't locate it. Can
someone help?Thanks, BillSend BUG REPORTS
to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|