Jump to content

Recommended Posts

Posted (edited)

Hello.

 

This is just a simple class that contains a method which can be really helpful for scheduling events and other stuff in your server.

 

You might wanna make a few changes before you use it.

 

Also it's untested, but it should work fine(i took it from my old event engine where it worked).

 

Here: http://pastebin.com/RG1eW7j5

 

HF.

Edited by An4rchy
  • Upvote 1
Posted

you're supposed to use "Date" class and some wrapper method to avoid code dupes

 

deprecated on java8 I think

Posted (edited)

deprecated on java8 I think

no, it isn't just few constructors, but however you may mean "new Date(string)", than you're free to use DateFormat.parse(string) instead :)

Edited by lord_rex
Posted

no, it isn't just few constructors, but however you may mean "new Date(string)", than you're free to use DateFormat.parse(string) instead :)

 

Somewhere I read that it will eventually end up deprecated as more advanced date classes will come from oracle

Posted

Somewhere I read that it will eventually end up deprecated as more advanced date classes will come from oracle

thats really good, we will see

Posted (edited)

Somewhere I read that it will eventually end up deprecated as more advanced date classes will come from oracle

 

New date time api is already in java 8 and it is really cool. So you can use it right now. http://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html

Edited by Java-man

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..