Skip to content

jeffsheets/StrictDateTimeFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple classes creating a @StrictDateTimeFormat annotation to apply to a DateTime field
to strictly regex validate a String before parsing into a DateTime

ex:

@StrictDateTimeFormat
private DateTime birthday;

More detail is provided on the OPI blog:
http://www.objectpartners.com/2012/01/19/creating-a-spring-strictdatetimeformat-annotation/

Or feel free to contact me @sheetsj or jeffsheets at gmail dot com

About

Java StrictDateTimeFormat Annotation for Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages