What is a good regex fo Java SimpleDateFormat pattern?
Story: I have problem with setting eclipse birth date format patter with DateTimeFormatValue, no exceptions(feedback form QA only).
So, the eclipse birt by it's documentation says that they do support SimpleDateFormat, as because pattern in my application is predefined by user unput, I need some regex check for.. checking only right symbols just no enough. ("^[y|M|m|h|G|z|s|d|(at)|(aaa)|E|\\.|\\:|\\'|\\/|\\,|\\ ]*$")
Any ideas? Thank you!