Majed's Words: Sample Code
My words on: Sample Software code. Java, .NET, C#, C++, Objective-C
Pages
Home
Back to Main Blog
Monday, May 7, 2012
JAVA Date and time formatting
public static String getDateNow(){
DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
Date date = new Date();
return (dateFormat.format(date))+"";
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment