Search:

Type: Posts; User: ojonugwa

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,035

    Re: How do you create Date objects?

    Yeah, i know i need to use the new keyword.The confusion is in the constructor

    MyDate today = new MyDate(...with regards to my example,what goes in here?...);
    Strings don't work
  2. Replies
    4
    Views
    1,035

    How do you create Date objects?

    Let's say i have this code:



    import java.util.Date;

    public class MyDate {
    Date newDate;

    public MyDate(Date date) {
Results 1 to 2 of 2