Skip to main content

image.png

Hi,

First you assign a value to a DateTime variable with your input string

imageSecond you use DateTime to string and specify a custom format :

  • 'E': Specify day of the week as 'EEE' (Sun-Sat) or 'EEEE' (Sunday-Saturday).

image 


Thanks GaetanBE 

 

will try this action step


Reply