Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhrystiuk-ks committed Dec 18, 2024
1 parent f14679b commit 90ea4d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/liqp/filters/date/fuzzy/FuzzyDateParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
* See their tests: <a href="https://github.com/ruby/date/blob/master/test/date/test_date_parse.rb">ruby date parse tests</a>
* and the code: <a href="https://github.com/ruby/date/blob/master/ext/date/date_parse.c">ruby date parse</a>
*
*
* Some refs:
* https://github.com/pixa-pics/pixa-pics.github.io/blob/main/src/js/utils/time.js
* https://github.com/ruby-rdf/rdf-tabular/blob/develop/spec/uax35_spec.rb
* https://ielts.idp.com/prepare/article-how-to-write-the-date-correctly
* https://en.wikipedia.org/wiki/Date_format_by_country
* https://en.wikipedia.org/wiki/Date_and_time_notation_in_Germany
* https://en.wikipedia.org/wiki/Date_and_time_representation_by_country
*/
public class FuzzyDateParser extends BasicDateParser {

Expand Down

0 comments on commit 90ea4d4

Please sign in to comment.