递归火山软件开发平台
标题:
取现行时间精准到毫秒
[打印本页]
作者:
ゞ情非得已Sky
时间:
2023-7-13 15:26
标题:
取现行时间精准到毫秒
取现行时间精准到毫秒
<火山程序 类型 = "通常" 版本 = 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;
}
(, 下载次数: 24)
上传
点击文件名下载附件
作者:
fan15500
时间:
2023-7-13 22:23
支持/复制就用
作者:
hrq520
时间:
2023-7-13 23:51
大佬起飞
作者:
Yes
时间:
2024-11-4 16:03
请问这个怎么用,是直接调用吗?
文本框1.内容 = 取现行时间_精准毫秒 ()
欢迎光临 递归火山软件开发平台 (https://bbs.voldp.com/)
Powered by Discuz! X3.4