I want to get the current date but the Java code should not get System date as Current date.
Pleae help me in getting current date without using system date.
thanks in Advance...........
geting Current Date without using System Date
Page 1 of 12 Replies - 4783 Views - Last Post: 16 September 2009 - 11:12 PM
Replies To: geting Current Date without using System Date
#2
Re: geting Current Date without using System Date
Posted 16 September 2009 - 10:59 PM
If you don't want to use the system date you will need some other way of doing.. this includes internet, GPS, etc. We would like to see some code to show that you attempted on of these things before we help you... according to official DIC policy...
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Please post like this:

Thank you for helping us helping you.
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Please post like this:

[/b] Your code here [b]
Thank you for helping us helping you.
#3
Re: geting Current Date without using System Date
Posted 16 September 2009 - 11:12 PM
You will have to get the time from the world time server database on the internet: such as: http://www.worldtimeserver.com/ do some search of how you can connect and get data from such a database over the internet and your done.
As Mark said posting your code could help more. Anyways good luck and have a good day
As Mark said posting your code could help more. Anyways good luck and have a good day

Page 1 of 1