week of the year
Posted: 14 May 2014 11:52
Please add a function get calendar wek
Code: Select all
dateformat: Formats the date using the specified date pattern. See pattern characters for a description of the supported patterns.
var="Today is {getDate(),dateformat,dd.MM.yyyy}";
'var' will contain the string "Today is 21.07.2012"
var="It's {getDate(),dateformat,HH:mm}";
'var' will contain the string "It's 12:32"
var="It's {getDate(),dateformat,timezone,UTC,HH:mm}";
'var' will contain the string "It's 10:32"