Class FunctionHelper


  • public final class FunctionHelper
    extends Object
    Internal User only. Helper class to handle the two version of Books.
    Author:
    henrichen, Dennis
    • Constructor Detail

      • FunctionHelper

        public FunctionHelper()
    • Method Detail

      • parseToDate

        public static Object[] parseToDate​(String txt)
      • editTextToValue

        public static Object[] editTextToValue​(String txt,
                                               String formatStr)
        Parameters:
        txt - the text to be input
        formatStr - the cell text format
        Returns:
        object array with the value type in 0(an Integer), the value in 1(an Object), and the date format in 2(a String if parse as a date)