This is a simple regular expression based parser for date notations. While our aim is to fully support in the future the JDK date parser, currently only numeric notations and literals are supported such as dd/MM/yyyy HH:mm:ss.SSSS. Each entity is parsed with the same number of digits, i.e. for dd two digits will be parsed while for d only one will be parsed.
@author George Georgovassilis
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.