Skip to content

Instantly share code, notes, and snippets.

-module(date_util).
-compile(export_all).
epoch() ->
now_to_seconds(now())
.
epoch_hires() ->
now_to_seconds_hires(now())
.
---
myklass::mydefine_list:
title1:
param1: value
param2: othervalue
title2:
param1: value2
param2: othervalue2