you'll need to modify the custom tag.

in the custom tag there is a function called placedate (it's down the
bottom).
Switch the daynum & monthnum variables around. So the function will now
look like:

function placeDate_#attributes.target#(monthNum, dayNum, yearNum){
        var dateString = dayNum + '/' + (monthNum + 1) + '/' + yearNum

        document.#attributes.formname#.#attributes.target#.value = dateString
                 
        CalWin.close()
}


and that should be it :)

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to