Class DateTimeUtils

java.lang.Object
org.robotframework.javalib.library.KeywordFactoryBasedLibrary<org.robotframework.javalib.keyword.DocumentedKeyword>
org.robotframework.javalib.library.AnnotationLibrary
org.ndviet.keyword.DateTimeUtils
All Implemented Interfaces:
org.robotframework.javalib.library.KeywordDocumentationRepository, org.robotframework.javalib.library.RobotFrameworkDynamicAPI

public class DateTimeUtils extends org.robotframework.javalib.library.AnnotationLibrary
  • Field Summary

    Fields inherited from class org.robotframework.javalib.library.AnnotationLibrary

    beanLoaders, classFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
     
    static Map
     

    Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary

    addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeyword

    Methods inherited from class org.robotframework.javalib.library.KeywordFactoryBasedLibrary

    getClassLoader, getKeywordNames, setClassLoader

    Methods inherited from class java.lang.Object

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

    • DateTimeUtils

      public DateTimeUtils()
  • Method Details

    • getCurrentQuarterYear

      public static Map getCurrentQuarterYear()
    • getCurrentDateInFormat

      public static String getCurrentDateInFormat(String format)