Provided the variable is a date variable you should be ok with:

        <%write(string(variableName;MM DD YYYY))%>

This uses the internal 4D constant.

Or, if you prefer the old way
        <%write(string(variableName;4))%>

HTH,
Randy


------------------------------------------------ Randy Jaynes Management Software


On Mar 18, 2004, at 3:46 PM, Carolyn wrote:

Hello,

I was hoping that someone out there could help me out with this.

I have a date value in a variable. The date value is in format mm/dd/yy. I would like to display it on the web page in the format mm/dd/yyyy forced.
I was hoping coding something like <%write(variableName; "mm/dd/yyyy")%> on the web page would work; however, it did not. Could someone give me a hand?


Thanks so much,

Carolyn

_______________________________________________
Active4d-dev mailing list
[EMAIL PROTECTED]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev




Reply via email to