Need alternative for toJavaDatePattern method from HsqlDateTime class from jar - hsqldb-2.3.1

52 Views Asked by At

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.

0

There are 0 best solutions below