Re: filling today's date in a form

2006-04-17 Thread Lawrence D'Oliveiro
In article [EMAIL PROTECTED], Kun [EMAIL PROTECTED] wrote: ... but i am wondering if there is a way to create a button which would automatically insert today's date in the date form field if the user chooses to use today's date. If you're going to have a button to do it, then the button

Re: filling today's date in a form

2006-04-17 Thread Tim Chase
Lawrence D'Oliveiro wrote: In article [EMAIL PROTECTED], Kun [EMAIL PROTECTED] wrote: ... but i am wondering if there is a way to create a button which would automatically insert today's date in the date form field if the user chooses to use today's date. If you're going to have a

filling today's date in a form

2006-04-16 Thread Kun
i have a form which takes in inputs for a mysql query. one of the inputs is 'date'. normally, a user has to manually enter a date, but i am wondering if there is a way to create a button which would automatically insert today's date in the date form field if the user chooses to use today's

Re: filling today's date in a form

2006-04-16 Thread Felipe Almeida Lessa
Em Dom, 2006-04-16 às 19:22 -0400, Kun escreveu: i have a form Which kind of form? Which toolkit? which takes in inputs for a mysql query. one of the inputs is 'date'. normally, a user has to manually enter a date, Enter the date in which kind of control? but i am wondering if there

Re: filling today's date in a form

2006-04-16 Thread Kun
Felipe Almeida Lessa wrote: Em Dom, 2006-04-16 às 19:22 -0400, Kun escreveu: i have a form Which kind of form? Which toolkit? which takes in inputs for a mysql query. one of the inputs is 'date'. normally, a user has to manually enter a date, Enter the date in which kind of