Unable to install datetime library

DateTime Library is built-in (standard library).

Just try:

*** Settings ***
Library      DateTime

*** Test Cases ***
Test DateTime
    ${curdate} =     Get Current Date
    Log    Date is ${curdate}

Docs: https://robotframework.org/robotframework/latest/libraries/DateTime.html#Get%20Current%20Date

5 Likes