date operation
abramvandergeest opened this issue · 2 comments
abramvandergeest commented
- date: (year,month,day, etc.) extract date information from string
- Input
- data - [string]
- Optional=False
- data - [string]
- Params
- format - [string]
- Optional=True
- Default=”” We will get the proper format
- format - [string]
- OutputType - [datetime object] (datatime object includes properties, month etc.)
- Input
abramvandergeest commented
This has been put in the Utils Dir: PR #138
SteveNY-Tibco commented
Dir issue has been solved: PR#140