Skip to main content

You can use the DateTimeConverter with either of the following output formats:

  • %u - day of the week as an integer, 1=Monday, 7=Sunday
  • %A - day of the week in English (e.g. "Monday")

Look at the Quick Reference section inside the DateTimeConverter transformer for an overview of all the formatting options:


You can also use the DateTimeFormat function in an AttributeCreator/AttributeManager or similar

e.g.

@DateTimeFormat(@Value(date),%A)


You can use the DateTimeConverter with either of the following output formats:

  • %u - day of the week as an integer, 1=Monday, 7=Sunday
  • %A - day of the week in English (e.g. "Monday")

Look at the Quick Reference section inside the DateTimeConverter transformer for an overview of all the formatting options:

many thanks, simple when you where to look and which transformer.

 

 

 


many thanks, simple when you where to look and which transformer.

 

 

 

Agree, that makes the whole difference and that's why we have these forums 🙂

Reply