IT Community - Software Programming, Web Development and Technical Support

Prefill a text form field with the current date.

This is a discussion on Prefill a text form field with the current date. within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... Can anyone tell me how can i prefill a text form field with the current date. Thanks in ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-18-2008, 09:07 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Prefill a text form field with the current date.

Hi all...


Can anyone tell me how can i prefill a text form field with the current date.



Thanks in advance...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-18-2008, 09:09 PM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 237
Pvinothkumar is on a distinguished road
Default Re: Prefill a text form field with the current date.

Hi all...


<html>
<head>
<script language="JavaScript"><!--
function makeDate() {
now = new Date();
return now.getYear() + '/' + (now.getMonth()+1) + now.getDate();
}
//--></script>
</head>
<body onLoad="document.myForm.myField.value = makeDate()">
<form name="myForm">
<input type="text" name="myField" value="">
</form>
</body>
</html>


Thanks...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
store the current date in a hidden form field. itbarota HTML, CSS and Javascript Coding Techniques 1 02-10-2008 09:36 PM
Date/time stamp a form field as the form is submitted itbarota HTML, CSS and Javascript Coding Techniques 1 02-06-2008 10:16 PM
Date and time displayed in a hidden form field. itbarota HTML, CSS and Javascript Coding Techniques 2 02-01-2008 09:47 PM
Date/Time stamp a form field as the form is submitted itbarota HTML, CSS and Javascript Coding Techniques 2 01-17-2008 08:47 PM
How do I check that text entered in a text form field is an integer? itbarota HTML, CSS and Javascript Coding Techniques 2 10-26-2007 12:25 AM


All times are GMT -7. The time now is 08:52 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0