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

could better explain the fucionabilidade ...

This method schedules tasks just by adding times like 19:23; 21:31....

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
Posted

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

yeap, it is cool, but anyway Oracle takes the backward compatibility seriously

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock