Hi Paul,
thanks for asking, I got it to be working with (Ricks coding):

<CFSCRIPT>
function convertit(orig)
{
        orig_date = Left(orig,2) & "/1/" & Right(orig,2);
        return DateAdd('d',DaysInMonth(orig_date)-1,orig_date);
}
</CFSCRIPT>

<CFSET orig = getBestellung.cc_expires>
<CFSET dKKDatum = "#dateformat(convertit(orig),'dd/mm/yyyy')#">

Uwe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to