Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,126

    Re: Java string cut help...

    It doesn't directly.
    The starting index is computed from the location of the "-" by subtraction.
  2. Replies
    4
    Views
    1,126

    Re: Java string cut help...

    One idea:
    find the "-" and backup x characters over the date and use the substring method.
Results 1 to 2 of 2