Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    2,174

    Re: Trying to crunch a date to a single digit

    Irony. I always forget that remove is on MSL not Java.
  2. Replies
    7
    Views
    2,174

    Re: Trying to crunch a date to a single digit

    NOOOOOOO!!!!!!! :( I had a cool algorithm
  3. Replies
    7
    Views
    2,174

    Re: Trying to crunch a date to a single digit

    What formart is the date in, is it a String?

    if it's a String what you want to do is remove all of the forward slashes, and then parse each char one by one.


    String date = "12/25/1984"
    date =...
Results 1 to 3 of 3