Search:

Type: Posts; User: amarettoCoffee

Search: Search took 0.08 seconds.

  1. How to use SDF to display a future date.

    When I run this the first date displays correctly (without the time of day),
    but I can't figure out how to call the + 14 days date using SDF.
    I just left a ? in place to show where my problem is.
    ...
  2. Replies
    3
    Views
    1,671

    Re: How do I create an object(function)?

    I guess I was not clear:

    Class object;
    object = new Class;

    What I meant was I wasn't clear how to word the function that computed
    the amount of boxes needed.

    Thank you for posting the...
  3. Replies
    3
    Views
    1,671

    How do I create an object(function)?

    I am new to java, but have taken one VB class.
    I am working on a common exercise:
    Bags of coffee sell for $5.50.
    User orders a number of bags.
    number of bags * cost per bag.
    Bags are shipped in...
Results 1 to 3 of 3