| |
|
| java.lang.Object edu.iu.uis.eden.docsearch.DocSearchUtils
DocSearchUtils | public class DocSearchUtils (Code) | | Various static utility methods for helping with Searcha.
author: delyea |
Inner Class :public static class DateComponent | |
DOCUMENT_SEARCH_DATE_VALIDATION_REGEX_EXPRESSIONS | final public static List DOCUMENT_SEARCH_DATE_VALIDATION_REGEX_EXPRESSIONS(Code) | | |
convertStringDateToTimestamp | public static Timestamp convertStringDateToTimestamp(String dateWithoutTime)(Code) | | |
getEntryFormattedDate | public static String getEntryFormattedDate(String date)(Code) | | A method to format any variety of date strings into a common format
Parameters: date - A string date in one of a few different formats A string representing a date in the format MM/dd/yyyy or null if date is invalid |
getSqlFormattedDate | public static String getSqlFormattedDate(String date)(Code) | | A method to format any variety of date strings into a common format
Parameters: date - A string date in one of a few different formats A string representing a date in the format yyyy/MM/dd or null if date is invalid |
|
|
|