project-flogo/catalystml-flogo

date operation

abramvandergeest opened this issue · 2 comments

  • date: (year,month,day, etc.) extract date information from string
    • Input
      • data - [string]
        • Optional=False
    • Params
      • format - [string]
        • Optional=True
        • Default=”” We will get the proper format
    • OutputType - [datetime object] (datatime object includes properties, month etc.)

This has been put in the Utils Dir: PR #138

Dir issue has been solved: PR#140