US date format in the Worklist Control - any way to change it?

  • 12 August 2015
  • 3 replies
  • 1 view

Badge +2

We're using the  K2 Worklist control out of the box and have noticed that the Task Start Date column is showing the date in the US style: 08/12/2015.

 

11518iEE345AD07CABAE88.jpg

 

 

Our systems analyst has checked and the web.config for Designer and Runtime is showing en-gb for the below:

 

<add key="SmartObject.ExecutionCulture" value="en-GB" />

 

Is there any other way to change this to be a UK style date 12/08/2015 in the Worklist control? Or are we stuck with it for now?


3 replies

Userlevel 5
Badge +16

Hi,

 

Unfortunately this is not possible, this feature will be included in a newer version.

 

 

Badge +4

Hi Inoracker,

This is possible with Expressions.

Simply use the below formula.

Convert Date Region
Concatenate ( Day ( Start Date ) , /, Month ( Start Date ) , /, Year ( Start Date ) )

 

Please see the attached screenshots of the result.

 Setup 

11361iE1F1F0A1BD55FC1B.png

 

 

Regards
Pieter


14009i744C2D145EF46EF6.png
12799iE8059B99DB086182.png
Userlevel 5
Badge +16

Hi Noir,

 

But how are you gonna apply this expression on the worklist control? I know it's possible to add an expression on a list view.

Reply