Search:

Type: Posts; User: Akim827

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,310

    ..........

    ..........
  2. Replies
    7
    Views
    6,185

    Re: Declaring a date

    Wow thanks!!! You really helped me so much.
  3. Replies
    7
    Views
    6,185

    Re: Declaring a date

    This is my setup:
    public class Proj2
    {
    public static void main(String []args)
    {
    String date, month, day, year;
    int dateLength;
    char lastNumber;
    date=new String("Dec 15,...
  4. Replies
    7
    Views
    6,185

    Declaring a date

    Hi
    I'm new to Java and I have a project where I have to set a date (ex:Sep/19/1982) using String headers.
    I have to declare three reference variables that refer to String objects named month, day,...
Results 1 to 4 of 5