java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

Add support of date time pattern for string representation of date an…

Open snuyanzin opened this issue 3 years ago • 0 comments

The problem is that calls like #{date.past ... } and others with date convert date and time based on default toString with no way to customize it.

The PR adds corresponding methods which allow to specify date/time pattern

snuyanzin avatar Feb 08 '22 09:02 snuyanzin