Product: LABELVIEW, CODESOFT
Version: All Versions
|
WeekISO8601(«Date», «DateFormat»): Allows you to create a formula that support the ISO8601. ISO 8601 is an international standard covering the exchange of date and time-related data.
Return value |
date |
Returns the week of the specified date |
Date |
string |
A text format date, to be converted to a date value. |
DateFormat |
string |
Format of the base date value. |
Example:
WeekISO8601(" 03/01/2010 ",0) = 53
WeekISO8601(" 02/01/2011 "," dd/mm/yyyy ") = 52
WeekISO8601(" 01/01/2011 ", " dd/mm/yyyy ") = 52
|