Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dateandtimecalculationscripts [2021/07/25 16:04] wikiadmin created |
dateandtimecalculationscripts [2021/07/25 16:14] (current) wikiadmin [Get the Current Local Time] |
||
---|---|---|---|
Line 24: | Line 24: | ||
==== Get the Current Local Time ==== | ==== Get the Current Local Time ==== | ||
- | For log4j logging, use a date formatter in the appender, for example: | + | For log4j logging, use a date formatter |
+ | <code xml> | ||
+ | <layout class=" | ||
+ | <param name=" | ||
+ | </ | ||
+ | </ | ||
In a script the current time can be printed using: | In a script the current time can be printed using: | ||
- | | + | <code JavaScript> |
- | timenow = java.time.LocalDateTime.now(); | + | // |
- | print(df.format(timenow)+" | + | df=java.time.format.DateTimeFormatter.ofPattern(" |
+ | | ||
+ | | ||
+ | </code> |