取现行时间精准到毫秒
取现行时间精准到毫秒<火山程序 类型 = "通常" 版本 = 1 />
方法 取现行时间_精准毫秒 <公开 类型 = 文本型 注释 = "获取系统标准时间" @禁止流程检查 = 真
@java.导入 = "java.util.Date\njava.text.SimpleDateFormat\njava.util.Locale">
参数 时间格式文本 <类型 = 文本型 注释 = "默认精准毫秒" @默认值 = "yyyy-MM-dd HH:mm:ss.SSS">
{
@ long timestamp = System.currentTimeMillis();
@ Date date = new Date(timestamp);
@ SimpleDateFormat sdf = new SimpleDateFormat(@<时间格式文本>, Locale.getDefault());
@ String formattedDate = sdf.format(date);
@ return formattedDate;
}
支持/复制就用 大佬起飞 请问这个怎么用,是直接调用吗?
文本框1.内容 = 取现行时间_精准毫秒 ()
页:
[1]