Code Monkey home page Code Monkey logo

Comments (10)

pragyandas avatar pragyandas commented on May 25, 2024 1

@gustavomick This is WIP and will be included in the next release 😄

from feel.

SambitKumarPatra avatar SambitKumarPatra commented on May 25, 2024

Date and time functionalities has not been implemented. Those features will be available in next release(somewhat around end of July, 2017).

from feel.

raghav135 avatar raghav135 commented on May 25, 2024

+1

from feel.

gustavomick avatar gustavomick commented on May 25, 2024

hi!, nice work. have you included date ranges as part of this release?
like [date and time("2017-04-12T13:30:00.000Z")...date and time("2017-04-12T12:45:00.000Z")]

from feel.

pragyandas avatar pragyandas commented on May 25, 2024

@gustavomick Thanks. It is just a literal and can be used just like any literal. So for your question, range would absolutely work.

from feel.

gustavomick avatar gustavomick commented on May 25, 2024

@pragyandas oh thanks, i tried with current version and is not working yet, i think is failing with 3dots token. number range is working thou.

from feel.

pragyandas avatar pragyandas commented on May 25, 2024

@gustavomick I have added 'date and time range' feature. The below expression (comparision expression in DMN FEEL grammar) works now.

date and time("2017-04-12T11:45:00Z") in [date and time("2017-04-12T11:30:00Z")..date and time("2017-04-12T12:45:00Z")]

A few things worth mentioning here ;

  • date and time in FEEL do not have the notion of milliseconds .
  • range is denoted by ".." (2 dots)
  • "..." (3 dots) is not a valid FEEL grammar token

All the date and time features will be made available as part of [email protected] release.

from feel.

gustavomick avatar gustavomick commented on May 25, 2024

@pragyandas nice thanks.

regarding ms not working thats odd!

from feel.

pragyandas avatar pragyandas commented on May 25, 2024

@gustavomick I completely agree with you on that. The DMN 1.1 documentation doesn't mention anything regarding ms 😞

from feel.

pragyandas avatar pragyandas commented on May 25, 2024

date, time, date and time and duration added. Please refer Date-Time-Support wiki for more information.

from feel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.