Skip to main content

I am using system variable in my bot for date. but its showing wrong year in todays date. 

instead of 12/30/2024 its showing 12/30/2025.

 

Note: My machine date is correct(12/30/2024). 

Are you using one of the predefined formats in the dropdown list or are you using a custom one?

 

I'm guessing that you entered the year component of your custom format in capital letters; "YYYY” instead of "yyyy”. You can read more about date time formats in the following link: DateTimeFormatter (Java Platform SE 8 )


Hi, please change date format from YYYY to yyyy. 

 


Reply