mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
14 lines
515 B
YAML
14 lines
515 B
YAML
|
title: erlang datetime utility functions
|
||
|
time: 2009-05-01 01:17:21
|
||
|
tags:
|
||
|
- Site-News
|
||
|
- datetime
|
||
|
- erlang
|
||
|
- utility-functions
|
||
|
content: |
|
||
|
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">
|