Class DateTimeFunctions


  • public class DateTimeFunctions
    extends java.lang.Object
    Author:
    Sebastian Menski
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DATE_TIME  
      static java.lang.String NOW  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.joda.time.DateTime dateTime()  
      static java.util.Date now()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateTimeFunctions

        public DateTimeFunctions()
    • Method Detail

      • now

        public static java.util.Date now()
      • dateTime

        public static org.joda.time.DateTime dateTime()