Skip to main content
Participant
October 25, 2025
Question

I thought Y2K was long gone. Apparently 2030 was the real problem.

  • October 25, 2025
  • 3 replies
  • 139 views

I have started having problems when selecting dates in 2030 and beyond. After selecting a date in 2030 from the calendar dropdown, the date is changed to 1930. Is there a current fix for this other than manually typing the date in the field? 

3 replies

try67
Community Expert
Community Expert
October 25, 2025

I'm not familiar with a 2030-bug (although it is possible). There is a 2038-bug with Unix (or any other 32-bit based system), though, and an Acrobat-specific bug for 2050, as the util object converts 2-digit year numbers below 50 as 20xx and above it (including) as 19xx, like this:

 

util.scand("mm/dd/yy", "01/01/49")
Fri Jan 01 2049 00:00:00 GMT+0100 (Romance Daylight Time)

 

util.scand("mm/dd/yy", "01/01/50")
Sun Jan 01 1950 00:00:00 GMT+0100 (Romance Daylight Time)

PDF Automation Station
Community Expert
Community Expert
October 25, 2025

You can use (paid for) the calendar I developed before Adobe put one in date fields:

 

https://www.pdfautomationstation.com/products/item7.cfm

Nesa Nurani
Community Expert
Community Expert
October 25, 2025

Can you share the file?
You sure you don't have any scripts, perhaps that could affect the field?
Does the same happen when you create a new file?