JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
Java Programming
How to get date from timestamp?
How can I get date from timstamp data? for example , I have timestamp "2007-05-07 12:30:20", I want to get only date "2007-05-07", how can I do?
[151 byte] By [
Mellona
] at [2007-11-27 3:48:22]
««
class not found error
»»
Jsp Login problem
# 1
1. Use the getTime() method of Timestamp to get a long (milliseconds).2. Make a new Date object with the long (milliseconds) as the parameter to constructor.3. Use SimpleDateFormat's format() method to format the date into the appropriate String.
nogoodatcodinga
at 2007-7-12 8:52:15 >
Java Essentials
Array List
Validation
Static final in Calendar....some isues
saving file to server
problem with language(UTF-8)
t o set the classpath
how to set the class path?-
java.lang.NegativeArraySizeException ERROR, Help!!!!
Help...Why won't this compile?
Displaying Time
Java Programming
class not found error
How can I parse a String to Timestamp type?
sql exception
Running Java Program via bat file
jsp
Null Pointer Exception Error
Regarding Struts-Config.xml
Immutable classes
Complete or Partial regexp matching
regarding comm api
Java Essentials New Topic
Array List
sql exception
Validation
saving file to server
problem with language(UTF-8)
Regarding Struts-Config.xml
regarding comm api
java.lang.NegativeArraySizeException ERROR, Help!!!!
Java Essentials Hot Topic
How can I parse a String to Timestamp type?
Static final in Calendar....some isues
Running Java Program via bat file
jsp
Null Pointer Exception Error
Immutable classes
Complete or Partial regexp matching
Create custom Exception Handlers.........
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding