donna.

not that its MANDATORY, but id do it like this...

<cfif (isDefined("rsClientDetails.Client_ClosedDate") and
isDate(rsClientDetails.Client_ClosedDate))>

    <input name="Client_ClosedDate" type="text" tabindex="160"
value="#LSDateFormat(rsClientDetails.Client_ClosedDate,'M/DD/YY')#">

<cfelse>

    <input name="Client_ClosedDate" type="text" tabindex="160"
value=""> (mm/dd/yyyy)

</cfif>

or something like that.

--
tony

Tony Weeg

macromedia certified cold fusion developer
email: tonyweeg [at] gmail [dot] com
blog: http://www.revolutionwebdesign.com/blog/
cool tool: http://www.antiwrap.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to