10.4 Utility - Date & Time Formatter 日期和时间的格式


Use Date & Time Formatter to make human-readable formats from time in seconds.
使用 Date & Time Formatte 模块将秒数生成为人类可读时间格式。

10.4 Utility - Date & Time Formatter 日期和时间的格式_第1张图片

输入口

Time 时间
The number of seconds that represents time or date.
表示时间或日期的秒数。

Format 格式
The time format to output (12/24 hour time, date, media time, custom)
选择输出的时间格式。(例:9:42 AM、2016-4-13、03:00)

Custom Format 自定义格式
A text string that represents a format of time (ex: %H:%M:%S, %m/%d/%y). See the strftime documentation.
表示时间格式的字符(例如:%H:%M:%S,%m /%d /%y)。请参阅 strftime documentation。

输出口

Output 输出
A text string that represents the formatted time or date.
表示按定义格式显示的时间、日期字符。


Related Patches

Time,Device Time,Stopwatch,Video Info


Related Layers

Video File


你可能感兴趣的:(10.4 Utility - Date & Time Formatter 日期和时间的格式)