Skip to main content

K2 has some Date Time operators in their expressions.

 

Found the standard Start of the week uses Mon and ends on Sun.

Also calculate a numeric week of the year.

 

I wonder if is possible to customize or have some Start of the Week Thu. and put the end of the week range until next Wed.

This way we will have for any particular date the approiate range for the schedules.

 

I know I can build a table populate as SMO and kind of have those hardcoded within a table database, just wondering if there is a dynamic way of doing this with expressions.

 

THX in advance.

 

Dino.

The existing functions does not cater to your requirements, as what you had mentioned, you will need to write your own SMO to cater for it.


Reply