tags:

views:

52

answers:

1

in which package is DateTime defined

what i need to import ?

+2  A: 

If this is the DateTime class from Joda Time, it is under the org.joda.time package.

It does not come with the standard Java distribution, so it will need to be downloaded from the Joda Time site.

coobird