Java Today getTodayFolder()

Here you can find the source of getTodayFolder()

Description

get Today Folder

License

Apache License

Declaration

public static String getTodayFolder() 

Method Source Code


//package com.java2s;
//License from project: Apache License 

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

public class Main {
    private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");

    public static String getTodayFolder() {
        return dateFormat.format(new Date());
    }/*from   w ww .ja v  a  2 s  . co  m*/
}

Related

  1. getTodayDbFormat()
  2. getTodayDisplayString()
  3. getTodayEnd()
  4. getTodayEnd()
  5. getToDayEndTime()
  6. getTodayFormat(String format)
  7. getTodayFormatString(String pattern)
  8. getTodayFormatted(String pattern)
  9. getTodayHHmmss(String HHmmss)