Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 943 Bytes

DateTime library for Robot Framework

Introduction:

The Robot Framework DateTime is a library which provides common functionality for manipulate date and time in different locales. More information about this library can be found in the Keyword Documentation.

Installation:

  1. Make sure you have Robot Framework installed.
  2. Download source distributions (*.tar.gz) for the library and its dependencies:
  1. Extract each source distribution to a temporary location.
  2. Go each created directory from the command line and install each project using: python setup.py install