edtf-ruby icon indicating copy to clipboard operation
edtf-ruby copied to clipboard

Extended Date/Time Format implementation for Ruby

Results 3 edtf-ruby issues
Sort by recently updated
recently updated
newest added

I found out empirically that you have to use 'x' for unspecified digits so that the date is typed as a century, and 'u' so that it is accepted in...

As discussed in #18 we'd like to reconsider how Intervals are compared if they have an unknown start or an open or unknown end. The current approach is to treat...

3.0.8 ``` irb(main):002:0> d = Date.edtf('199X') => Mon, 01 Jan 1990..Fri, 31 Dec 1999 irb(main):003:0> d.class => EDTF::Decade ``` 3.1.1 ``` irb(main):002:0> d = Date.edtf('199X') => Mon, 01 Jan 1990...