Server Date and Time -- java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devathi
    New Member
    • Dec 2006
    • 17

    Server Date and Time -- java

    Suggest java program for accessing tomcat server's date and time
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by devathi
    Suggest java program for accessing tomcat server's date and time
    Doesn't that use the system's date and time? Why won't you just use that?

    Comment

    • devathi
      New Member
      • Dec 2006
      • 17

      #3
      Originally posted by r035198x
      Doesn't that use the system's date and time? Why won't you just use that?
      Thanks. Even i thought of using the same and i have implemented that

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by devathi
        Thanks. Even i thought of using the same and i have implemented that
        Did it work for what you wanted to do?

        Comment

        • devathi
          New Member
          • Dec 2006
          • 17

          #5
          yes. Thank you..

          Comment

          Working...