`
jy00509336
  • 浏览: 242693 次
  • 性别: Icon_minigender_1
  • 来自: 山西
社区版块
存档分类
最新评论

velocity date.format

阅读更多

Today's date is:       $date
Today's date is also:  $date.long           #* using property shortcut *#
Today's date is also:  $date.get('long')    #* using full syntax *#
The date and time is:  $date.default $date.short

Another date is:       $aDate
Another date is also:  $date.format('medium', $aDate)

$date.format('medium', $aDate)

$date.format('full', $aDate)

$date.format('long', $aDate)

$date.format('short', $aDate)

$date.format('default', $aDate)

格式包括   full,long,medium,short,default

获得当前时间

$date.get('yyyy-M-d H:m:s')

分享到:
评论

相关推荐

    velocity模板引擎

    同时,也可以使用`$date.format('yyyy-MM-dd HH:mm:ss', $order.createTime, $locale)`这样的形式来定制更复杂的日期格式。 #### 五、国际化支持 - **国际化**:Velocity支持国际化特性,可以通过`$locale`来获取...

    vilocity简单例子

    在这个模板中,`${page.title}`、`${user.name}`和`${lastLogin}`是来自数据模型的变量,而`${date.format}`是使用了我们在`toolbox.xml`中配置的DateTool。 总结起来,这个"vilocity简单例子"涵盖了Vilocity的基本...

    邮件模版 velocity

    - 提供了一些内置函数进行日期和数字的格式化,如 `#date.format(date, "yyyy-MM-dd")`。 - **数学** - 提供了数学函数,如加、减、乘、除等。 - **其他操作** - 提供了字符串操作,如拼接、分割等。 通过上述...

    NVelocity语法 java or c#

    NVelocity支持对象的方法调用,例如`<p>Today is $date.format('yyyy-MM-dd')</p>`,其中`date`是对象,`format`是其方法,参数 `'yyyy-MM-dd'` 定义了日期格式。 3. **条件语句**: `#{if}`, `#{elseif}`, 和 `#...

    JAVA根据模板生成WORD文件相关材料

    freemarker.template.utility.DateUtil.date_format="yyyy-MM-dd HH:mm:ss" freemarker.log.Logger=error ``` **代码示例** 下面是一个简单的Java代码片段,展示了如何使用Apache POI和FreeMarker生成Word文件: `...

    玩转模板--自动代码生成工程

    dateTool.format('yyyy-MM-dd', ${date}) */ public class $!{tableAlias}{ #foreach($item in $columnList) private $!item.data_type $!item.column_name.toLowerCase(); // $!item.column_label #end #...

    雷达技术知识

    date, however, no one has tested if LiDAR returns from water surfaces can be used to measure local water surface slopes within the active channel. Much of the reason that researchers have not ...

    用vue实现的一个日期组件

    如果需要更复杂的交互效果,还可以引入第三方库,如`moment.js`来处理日期格式化,或者`velocity.js`来添加动画效果。 为了使组件可配置,我们可以设置一些属性(props),让外部能够传入参数来定制组件的行为。...

    Spectra带注册鸡

    3-D Surface View: displays the spectrum versus time in a 3-Dimensional perspective format. Includes solid or multicolor format. Provides an effective analysis tool for analyzing complex spectrum ...

    EasyJWeb开发介绍.ppt

    - 使用`Formatdata.parseDate`处理日期格式化。 - `xmlconfig`用于定义常用列表,如性别、省份,无需额外的类支持。 - 自动处理上传图片的显示。 - 查询列表自动处理鼠标经过和换色效果。 9. **页面交互增强**...

Global site tag (gtag.js) - Google Analytics