PureBytes Links
Trading Reference Links
|
Sorry, I did not ask the question clearly. I have a particular bar
and want to know what the corresponding date is; and would like to
display in yymmdd or mmddyy format. TIA
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanag@xxxx> wrote:
> dateString = DateNum() + 19000000;
>
> gives yyyymmdd
>
> Cheers,
> Graham
>
>
> -----Original Message-----
> From: mmqp <mmqp@xxxx> [mailto:mmqp@x...]
> Sent: Thursday, 13 February 2003 5:44 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] how to convert barnumber to date string?
>
> Can someone help converting barnumber to date string?
> some thing like:
>
> eg. dateString = datenum (barnumber);
>
> dateString can be same format as yymmdd. TIA
>
>
> 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
> http://docs.yahoo.com/info/terms/
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 http://docs.yahoo.com/info/terms/
|