Need alternative for toJavaDatePattern method which is available in HsqlDateTime class from jar - hsqldb-2.3.1.
Method usage - Converts the given format to pattern acceptable by SimpleDateFormat.
Example:
toJavaDatePattern("DD-MON-YYYY") - This returns - dd-MMM-yyyy
I need to achieve the same thing and don't use this method.