SYNTAX  DateTimeToStr( NUMBER )  
RETURNS STRING  
FUNCTION  Converts number representing date/time value (for example 
obtained using GetCursorXPosition(), Now(), DateTime() functions) to 
the corresponding STRING (text).  

Is one of the above choices what you gave DateTimeToStr to work on ?

--- In [email protected], "Ken Close" <[EMAIL PROTECTED]> wrote:
>
> I set a variable with ParamDate, then later want to display that 
date in the
> Title statement.  I get an incorrect date displayed even though 
the variable
> operates correctly and displays correctly as a number.
>  
> So, the code has
>  
> BuyDate = ParamDate("BuyDate","01/03/2006",0);
> 
> Say I set 8/18/2006 in the Parameter box, then later in the code 
this
> partial segment in a Title statement
>  
> .....+ " BuyDate = " + WriteVal(BuyDate,1.0)
>  
> produces this when applied:    BuyDate = 1060818    ............. 
which is
> the correct number but not formatted how I would like it.
>  
> Change the code to 
> BuyDateDisp = DateTimeToStr(BuyDate);
> and then
> ..... + " BuyDate = " + BuyDateDisp
>  
> produces this when applied:   BuyDate = 8/2/1073 12:41:00 AM
>  
> What is going on and how can I get the formatted date display I 
want in the
> Title???
>  
> Thanks for any insights.
>  
> Ken
>






Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to