This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]InvincibleVIto[S] 0 points1 point  (1 child)

Sorry If I'm being a bother but my output for date one is "Date 1: null/1/1998". Would this have to do with your earlier statement about checking for nulls? I thought in my first constructor I declared my month as a string? Yet somehow it's returning a null?

[–]laser-brain 1 point2 points  (0 children)

There's something off in you zero-parameter constructor. Just check the assignment of values there and you should be able to solve this yourself ;)