[erlang-questions] parsing dates

Eric B Merritt ericbmerritt@REDACTED
Thu Dec 15 15:53:30 CET 2011


With Dale's concent and approval, I made some parsing and testing
improvements and moved this into erlware_commons (whose point is to be
an extension to the stdlib) it is here ->
https://github.com/erlware/erlware_commons/blob/master/src/ec_date.erl

On Thu, 2011-12-15 at 12:22 +0000, Gordon Guthrie wrote:
> Yeah, his aim was to make a standard module like the corresponding PHP
> library that could handle the RFC date formats in HTTP and stuff...
> 
> Its a nice sweet little library - should be a standard library really, I think.
> 
> Gordon
> 
> On 15 December 2011 12:15, Jesse Gumm <gumm@REDACTED> wrote:
> > Write, I did not know about this. I had my own little homegrown date parser,
> > but this is way more comprehensive. Very cool, thank you.
> >
> > -Jesse
> >
> > --
> > Jesse Gumm
> > Owner, Sigma Star Systems
> > 414.940.4866
> > www.sigma-star.com
> > @jessegumm
> >
> > On Dec 15, 2011 4:01 AM, "Gordon Guthrie" <gordon@REDACTED> wrote:
> >>
> >> Dale Harvey's dh_date module does a lot of date parsing and formatting:
> >> https://github.com/daleharvey/dh_date
> >>
> >> Gordon
> >>
> >> On 14 December 2011 21:18, Joel Reymont <joelr1@REDACTED> wrote:
> >> > Is there a function somewhere to parse a date like this:
> >> >
> >> > 2008-06-30T00:00:00.000Z
> >> >
> >> >    Thanks, Joel
> >> >
> >> > ---
> >> > Hardcore embedded Linux development
> >> > http://www.linkedin.com/in/joelreymont
> >> > Device drivers, firmware and debugging
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > erlang-questions mailing list
> >> > erlang-questions@REDACTED
> >> > http://erlang.org/mailman/listinfo/erlang-questions
> >>
> >>
> >>
> >> --
> >> Gordon Guthrie
> >> CEO hypernumbers
> >>
> >> http://hypernumbers.com
> >> t: hypernumbers
> >> +44 7776 251669
> >> _______________________________________________
> >> erlang-questions mailing list
> >> erlang-questions@REDACTED
> >> http://erlang.org/mailman/listinfo/erlang-questions
> 
> 
> 





More information about the erlang-questions mailing list