Results 1 to 1 of 1

Thread: Cut & Paste Date Time Picker Calendar

  1. #1
    Join Date
    Jun 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Cut & Paste Date Time Picker Calendar

    Update: I found out that the onchange event didn't fire. I don't know why...I guess the javascript function of the calendar broke it?

    Hello,

    I am trying to use the "Cut & Paste Date Time Picker Calendar" at the link below:

    http://www.javascriptkit.com/script/...calendar.shtml

    The calendar works fine. The problem is that after a date is selected from the calendar, I am unable to capture the date value of the html textbox field "date1". Below is my php code:
    PHP Code:
         echo '<td align="middle"><input type="text" id="date1"  name="date1" onchange="document.myform.planth.value = this.value"/><a href="javascript:NewCal(\'date1\',\'mmddyyyy\')"><img src="c:/xampplite/htdocs/testArea/Hardship/datetimepick/cal.gif" width="20" height="16" border="0" alt="Pick a date"></a>' '</td></tr>'
    Basically, I use the event "onchange" to save the date value to a hidden html text field so that I can display it later after posting the webpage. However, the hidden field is always blank after submitting the form. Note: The $_POST['date1'] of textbox "date1" also shows blank when I debug the code. However, this field does show the date correctly on the webpage.

    Was anyone able to capture the date value using this same calendar? Please help out.

    Thank you.
    Last edited by blumonde; 06-27-2015 at 12:46 AM. Reason: Formatting

Similar Threads

  1. Replies: 1
    Last Post: 02-06-2012, 08:59 PM
  2. Trying to use the popup picker calendar(above)...
    By leonidassavvides in forum JavaScript
    Replies: 1
    Last Post: 07-24-2008, 06:11 AM
  3. date picker
    By leonidassavvides in forum Looking for such a script or service
    Replies: 3
    Last Post: 05-18-2008, 04:50 AM
  4. Date picker (calendar)
    By acctman in forum Looking for such a script or service
    Replies: 0
    Last Post: 03-23-2007, 08:07 PM
  5. Replies: 1
    Last Post: 11-04-2005, 05:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •