• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to retrieve date and time in jsp program?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i have a column in the back end for date and time..how to insert date and time from jsp page and retrieve it back. please reply me back i am new to this technology.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's hard for us to know what you mean by "back end", "retrieve", and "insert".
Java has objects for working with dates.
http://java.sun.com/j2se/1.5.0/docs/api/java/util/GregorianCalendar.html
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Date.html

If you're really just starting out, you may want to pick up a book or look for a tutorial on the web.
http://www.google.com/search?hl=en&q=SERVLET+JSP+TUTORIAL&btnG=Google+Search
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic