Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Date info

  1. #1
    Member
    Join Date
    Jan 2012
    Posts
    57
    My Mood
    Fine
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default Date info

    hey guys i want to make some that will execute on particular date .. that date will be obtained from pc or system date and on that particular wen my code will be executed it will show the output on the basis of that date .. how to do that plzz specify that


    Thanks


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Date info

    http://docs.oracle.com/javase/6/docs...a.util.Date%29

    I use it for scheduling currency feed reads here:

    Currencies
    Last edited by Sean4u; March 14th, 2012 at 05:38 PM. Reason: something odd happened

  3. The Following User Says Thank You to Sean4u For This Useful Post:

    deependeroracle (March 15th, 2012)

Similar Threads

  1. How to get certain info from a file line
    By CodyReuille in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: November 18th, 2011, 09:10 AM
  2. Replies: 1
    Last Post: July 22nd, 2011, 07:08 AM
  3. same date should entered in another date field
    By shashib09 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: July 14th, 2011, 08:42 AM
  4. Java, getting info from the web??!
    By chuckie987 in forum Java Theory & Questions
    Replies: 1
    Last Post: January 26th, 2011, 05:36 AM
  5. some general info needed
    By darego in forum AWT / Java Swing
    Replies: 0
    Last Post: December 26th, 2010, 02:54 AM