Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Piet van Hogdalem #1
Date into Form
Trying to get todays date e-mailed from a form. Would like to bind the date
to a hidden field.
Not sure how this is being done.
I am able to declare a variable and also am able to display it.
If i use MM's application variable and set it to date, than i get something
like Saturday, December 30, 1899
Thanks
Piet van Hogdalem Guest
-
populate date in a form
I am creating a form in dreamweaver and would like to have the date populate a field when I email it. The page will be saved as an asp page. Can... -
inserting date in form list
I want to make a date list that lists the year but instead of adding every year on a line I want to make a loop do it at runtime....any ideas? -
date & time in form field
I want to put the current date and time into a form field which will them be submitted to a database. Is this possible? If so, what code should I... -
Date display on a form
This is really strange. I have two databases created in Access and I used the 'Insert' then 'Date and Time' to insert the current date on the main... -
Making a date criteria in a form
Hello Everyone, I have an Access database that I have already constructed a very cool query from and a report to go with the query. What I need... -
CarlGrint #2
Re: Date into Form
It depends on the language you are using.
If ASP you can simply include a Hidden field and set its Value to
<%=Date()%> or <%=Now()%> if you want the time as well.
You would need to add in the LocalID code if not US, as by default it will
show MM/DD/YYYY.
Originally posted by: Newsgroup User
Trying to get todays date e-mailed from a form. Would like to bind the date
to a hidden field.
Not sure how this is being done.
I am able to declare a variable and also am able to display it.
If i use MM's application variable and set it to date, than i get something
like Saturday, December 30, 1899
Thanks
CarlGrint Guest
-
Joe Makowiec #3
Re: Date into Form
On 06 Mar 2005 in macromedia.dreamweaver.appdev, Piet van Hogdalem
wrote:
Tell us more:> Trying to get todays date e-mailed from a form. Would like to bind
> the date to a hidden field.
> Not sure how this is being done.
>
> I am able to declare a variable and also am able to display it.
>
> If i use MM's application variable and set it to date, than i get
> something like Saturday, December 30, 1899
- What are you trying to do? The e-mail will be time-stamped, so why do
you need a separate field with the date in it?
- What method are you using to create the e-mail?
- What serverside language(s) do you have available?
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest



Reply With Quote

