Hi i am having troubles on converting Date to date of the week is it possible just to get the Day of the week when i set a variable as seen below like in PAD ? what is the code for getting just the Day when we have a input file that shows 08/01/2022?
Hi,
First you assign a value to a DateTime variable with your input string
Second you use DateTime to string and specify a custom format :
- 'E': Specify day of the week as 'EEE' (Sun-Sat) or 'EEEE' (Sunday-Saturday).
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.