@Component public class GetDateMethod extends BaseMethod
参数列表
返回结果
date
:日期
${getDate('thisSunday','2020-01-01')}
<script> $.getJSON('${site.dynamicPath}api/method/getDate?parameters=thisSunday¶meters=2020-01-01', function(data){ console.log(data); }); </script>
log
构造器和说明 |
---|
GetDateMethod() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
execute(java.util.List<freemarker.template.TemplateModel> arguments) |
(专用程序包) static java.util.Date |
getLastMonday(java.util.Date date) |
(专用程序包) static java.util.Date |
getLastSunday(java.util.Date date) |
(专用程序包) static java.util.Date |
getNextMonday(java.util.Date date) |
(专用程序包) static java.util.Date |
getNextSunday(java.util.Date date) |
(专用程序包) static java.util.Date |
getThisMonday(java.util.Date date) |
(专用程序包) static java.util.Date |
getThisSunday(java.util.Date date) |
int |
minParametersNumber() |
boolean |
needAppToken() |
exec, execute, getBoolean, getDate, getDouble, getInteger, getIntegerArray, getLong, getLongArray, getMap, getModel, getName, getShort, getString, getStringArray, httpEnabled, setName
public java.lang.Object execute(java.util.List<freemarker.template.TemplateModel> arguments) throws freemarker.template.TemplateModelException
execute
在类中 BaseMethod
freemarker.template.TemplateModelException
public boolean needAppToken()
needAppToken
在类中 BaseMethod
public int minParametersNumber()
minParametersNumber
在类中 BaseMethod
static java.util.Date getThisMonday(java.util.Date date)
static java.util.Date getThisSunday(java.util.Date date)
static java.util.Date getLastMonday(java.util.Date date)
static java.util.Date getLastSunday(java.util.Date date)
static java.util.Date getNextMonday(java.util.Date date)
static java.util.Date getNextSunday(java.util.Date date)