cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.96k stars 334 forks source link

Support for java.time.Date converter? #493

Open SreenivasVRao opened 4 years ago

SreenivasVRao commented 4 years ago

Hi, I notice that java.util.Date is the only supported default converter for date arguments.

I can write my own of course, but I wonder if you'll accept pull requests for java.time.Date since the util.Date is a mutable format and deprecated afaik...

Cheers

mkarg commented 3 years ago

Pleas go ahead and provide a PR. My experience with Cedric is that he accepts such valuabale changes. :-)