Open mndrix opened 11 years ago
Create library(julian/format/strftime) which implements the form strftime(Format) for parsing and generating strftime-style format strings.
library(julian/format/strftime)
strftime(Format)
This module should be implemented using format_time/3 and parse_time/3
format_time/3
parse_time/3
Create
library(julian/format/strftime)
which implements the formstrftime(Format)
for parsing and generating strftime-style format strings.