⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.java

📁 一个简单jsp程序
💻 JAVA
字号:
/*
 * test.java
 *
 * Created on 2007年11月19日, 下午1:50
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package dianping;

import java.text.SimpleDateFormat;
import java.util.Date;

/**
 *冷漠大神 q 361619004
 * @author Angel
 */
public class test {
    
    /** Creates a new instance of test */
    public test() {
    }
    public static void main(String args[])
    {
        SimpleDateFormat dateFm = new SimpleDateFormat("yyyy-MM-dd"); //格式化当前系统日期
        String dateTime = dateFm.format(new java.util.Date());

       System.out.println(dateTime);  

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -