help needed

when i use the cfa_datepicker in euro dates format the whole thing mess up.

i have a date in US date format and when i pass it into cfa_datepicker, it
show me the wrong date, eg: the date is 05/03/2001 (US Date), it show me 05
March 2001 when it should show 03 May 2001
here's my code :

<cfa_datepicker
    name="form1"
    defaultDate="#dateformat(myDate,"dd/mm/yyyy")#"
    bSubmitMonthNames="No"
    bDisplayMonthNames="Yes"
    startyear="2000"
    endyear="2020"
    bUseEuroDates="yes">

i can't changed the defaultDate into dateformat(myDate,"mm/dd/yyyy") as it
give me an error saying if with bUseEuroDates set op "yes" the date format
should be dd/mm/yyyy

any idea what should i do??

mak wl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to