jeremy.marzhillstudios.com/content/erlang-datetime-utility-function-2009-5-1.md

18 lines
550 B
Markdown
Raw Permalink Normal View History

2020-04-12 10:56:18 -04:00
+++
title = "erlang datetime utility functions"
2020-04-12 15:59:04 -04:00
date = 2009-05-01T01:17:21Z
2020-04-12 10:56:18 -04:00
in_search_index = true
[taxonomies]
tags = [
"Site-News",
"datetime",
"erlang",
"utility-functions",
]
+++
2020-04-12 09:34:11 -04:00
I have been doing some work on timeseries data in erlang for iterate graphs and
found the calendar module in stdlib to be lacking in some useful features.
So being the helpful hacker I am I created a utility module to wrap calendar
and be a little more userfriendly. May I present date_util.erl:
<script src="http://gist.github.com/104903.js?file=minihttpd.clj">