Class DateTimeService

java.lang.Object
org.glassfish.jersey.examples.helloworld.spring.DateTimeService

public class DateTimeService extends Object
Simple date service that provides actual time and date info.
Author:
Marko Asplund (marko.asplund at yahoo.com)
  • Constructor Details

    • DateTimeService

      public DateTimeService()
  • Method Details

    • getDateTime

      public Date getDateTime()
      Get current date and time.
      Returns:
      current date.