|
: 24 : 24 : 0 |
I'm shure, I'm not the first and not the last....
I need an @Function to calculate the calendar week of a specific date.
The function should be like @WeekNumber(date; format) with format = [calendar (gregorian, julian, ...) / region / ISO-8601 / etc.].
I know, there are a lot of working functions and code samples around, but I think an direkt implementation in the server / client is a lot faster, especially when this is used in view columns.
|