Page 1 of 1

week of the year

Posted: 14 May 2014 11:52
by kevin
Please add a function get calendar wek

Re: week of the year

Posted: 14 May 2014 13:00
by BoBo
Correct me if I'm wrong, what about this ...

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"
=> Week in Year !