- 所有已实现的接口:
- Function
public class FormatDate
extends java.lang.Object
implements Function
Function: string format-date(string, string, string)
The format-date function returns Date object
The first parameter is the date and time
The second parameter is the time format of the first parameter.
The third parameter is not required, and is required if the date format of the first parameter requires that the time zone must be specified
For example, format-date("1999/04/01","yyyy/MM/dd") returns Date Object, and format-date("1999/04/01 07:55:23 pm","yyyy/MM/dd hh:mm:ss a",'en') returns Date Object.
- 从以下版本开始:
- 2019/1/22.
- 作者:
- github.com/zzldn@163.com