Parsing date intervals from strings
I needed to generate dates from a given string so I could easily create calendars for one of my sites (I didn’t want to create a form to add each date individually).
It uses parslet for parsing.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I needed to generate dates from a given string so I could easily create calendars for one of my sites (I didn’t want to create a form to add each date individually).
It uses parslet for parsing.
Post a comment