Class TimeUtil


  • public class TimeUtil
    extends Object
    Utility class to be used in bindings
    • Constructor Detail

      • TimeUtil

        public TimeUtil()
    • Method Detail

      • ofDate

        public Calendar ofDate​(String date)
        Parameters:
        date - string date following ISO_LOCAL_DATE
        Returns:
        Gregorian calendar impl of that time
      • of

        public Calendar of​(String time)
        Parameters:
        time - string date following ISO_DATE_TIME
        Returns:
        Gregorian calendar impl of that time