In the program I am writing, I would like to create an instance of an object that will allow anyone to pass in a date (year,month,date,hour,minutes) as a Date object.
I am able to create an instance of an object that takes the parameters of year,month, and date and passes them to another constructor, but I am not sure how to do what I am describing in my first paragraph.
Thanks,
Mark
I am able to create an instance of an object that takes the parameters of year,month, and date and passes them to another constructor, but I am not sure how to do what I am describing in my first paragraph.
Thanks,
Mark