pauladaniel / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Feature request - default to 20th or 21st century depending on the year when entered as 2 digits #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. typing date as: 1/31/78

What is the expected output? What do you see instead?
The expected output is 1/31/1978, but we get is 1/31/0078

What version of the product are you using? On what operating system?
1.1.5, Mac OSX, SnowLeopard

Please provide any additional information below.

How about: 
if yy < 10.years.from_now then 00yy else 19yy?

Or make it configurable.

Original issue reported on code.google.com by martin.f...@gmail.com on 3 Oct 2009 at 2:18