Documentation

getUTCISOWeek

gets number of week by ISO (UTC time)

number getUTCISOWeek(object data);

Parameters

dataobjectdate object

Returns

numberthe number of week
Details

Actually - this is alias to getISOWeek, we need two methods with different names for correct formatting processing.

Back to top