robotframework/robotframework
View on GitHubFeature Request :Add option to add months in Current date
Open
#4,890 opened on Oct 7, 2023
help wantedpriority: medium
Repository metrics
- Stars
- (8,672 stars)
- PR merge metrics
- (Avg merge 1d 3h) (1 merged PR in 30d)
Description
Hi, In Robot currently, we don't have the option to add months to the current data in the DateTime library. We can now add Hours, Days, and, Years using Add Time to data.
${one_month_later} Add Time To Date ${current_date} 1 months
it we try to add the above it will not recognize as a keyword.