Class RedmineDateParser


  • public final class RedmineDateParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT
      Full date format.
      static com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT_V2
      Full date format used by Redmine 2.
      static com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT_V3
      Full date format used by Redmine 3.
      static com.taskadapter.redmineapi.internal.LocalDateFormat SHORT_DATE_FORMAT
      Short date format for Redmine v.
      static com.taskadapter.redmineapi.internal.LocalDateFormat SHORT_DATE_FORMAT_V2
      Short date format for Redmine v.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FULL_DATE_FORMAT

        public static final com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT
        Full date format.
      • FULL_DATE_FORMAT_V2

        public static final com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT_V2
        Full date format used by Redmine 2.

        Example: 2015-01-23T00:15:24Z

      • FULL_DATE_FORMAT_V3

        public static final com.taskadapter.redmineapi.internal.LocalDateFormat FULL_DATE_FORMAT_V3
        Full date format used by Redmine 3.

        Example from redmine 3.0.0: 2015-01-29T10:06:19.000Z

      • SHORT_DATE_FORMAT

        public static final com.taskadapter.redmineapi.internal.LocalDateFormat SHORT_DATE_FORMAT
        Short date format for Redmine v. 1.x.
      • SHORT_DATE_FORMAT_V2

        public static final com.taskadapter.redmineapi.internal.LocalDateFormat SHORT_DATE_FORMAT_V2
        Short date format for Redmine v. 2.x.
    • Constructor Detail

      • RedmineDateParser

        public RedmineDateParser()