robotframework/robotframework

Feature Request :Add option to add months in Current date

Open

#4,890 opened on Oct 7, 2023

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (2,220 forks)batch import
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.

Contributor guide