Why Is This Generating 3913 As The Year
I wrote some code that I am try to use as a comparison for a subscription so this piece of code was supposed to dump the current date. The month and day are correct but the year is
Solution 1:
You are using a deprecated constructor that takes the year - 1900 as its first argument.
Post a Comment for "Why Is This Generating 3913 As The Year"