LSDateFormat() is the local system date format, and takes
"short","medium", or "long" (IIRC) as masks.
You want dateformat() instead, I think.
--Ben
Donna French wrote:
> I want to thank you all for being patient with me. I have started
> rebuilding our site in CFMX and trying to learn all aspects as I go
> this time around.
>
> Shouldn't this work I am trying to display date but if there is no
> date, display a blank text field.
>
> <input name="Client_ClosedDate" type="text" tabindex="160"
> value="<cfif IsDefined("rsClientDetails.Client_ClosedDate")>#LSDateFormat(rsClientDetails.Client_ClosedDate,'M/DD/YY')#</cfif>">
>
> TIA,
> Donna
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

