fifth-postulate / julian

Date and time library for Prolog
The Unlicense
27 stars 3 forks source link

create strftime module #2

Open mndrix opened 11 years ago

mndrix commented 11 years ago

Create library(julian/format/strftime) which implements the form strftime(Format) for parsing and generating strftime-style format strings.

mndrix commented 10 years ago

This module should be implemented using format_time/3 and parse_time/3