Skip to content

Date formatting / parsing library for erlang

Notifications You must be signed in to change notification settings

nebularis/dh_date

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Format Dates In Erlang
----------------------

Original source code by Dale Harvey licensed
under the DWTFYW License

Changes by Gordon Guthrie added under the
Abbie Hoffman 'Steal This Book' License

This module formats erlang dates in the form
{{Year, Month, Day}, {Hour, Minute, Second}}
to printable strings, using (almost) equivalent
formatting rules as http://uk.php.net/date

erlang has no concept of timezone so the following
formats are not implemented: B e I O P T Z
formats c and r will also differ slightly

See unit tests in the source code for examples

About

Date formatting / parsing library for erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%