CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2006
    Posts
    48

    JSP DataTime Picker problem

    Hell everybody,

    Sorry for stupid question:

    How to call JSP data picker in JSP page. Now I am using simple texBox field:
    ...
    Code:
    <input type="text" name="date" id="txtDate"/><br>
    ...
    How to replace it into datetime picker?

    Thanks in advance.

    A.

  2. #2
    Join Date
    Apr 2001
    Location
    South Africa, Jo'burg
    Posts
    680

    Re: JSP DataTime Picker problem

    Hi,

    JSP doesn't have a date picker. What you need is a javascript date picker and you can find many of them on the web just by searching google, have a look HERE

    Hope This Helps
    Byron Tymvios

    Please use [ CODE ] and [/ CODE ] tags when posting code! See THIS on how to use code tags.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured