Thanks, all fixed, I really appreciate your help.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Melissa
Sent: Friday, 18 March 2005 12:19 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Date Popup
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/
---
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/