Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atecon authored Oct 9, 2020
1 parent 180090a commit c0646e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
% The "calendar_utils" package for Gretl

# Introduction
# The "calendar_utils" package for Gretl
Collection of useful date time related tools. Most functions are convenience functions for working with date strings and date string series.

The package comprises three public functions which are described in the following.
Expand Down Expand Up @@ -38,7 +36,7 @@ The following scalar values are printed:
## ```dates_to_iso860```
The function ```dates_to_iso8601()``` casts the date strings of a series to the numeric ISO8601 format. It works for all gretl data sets namely cross-sectional, time-series and panel data sets.

Here are examples on how to use this function. First, we create tiny dummy panel data set with two cross-sectional units and for each we have a time-series of length three. Series ```z``` is a string-values series holding some date strings. These date strings are casted to the ISO8601 format.
Here are examples on how to use this function. First, we create tiny dummy panel data set with two cross-sectional units and for each we have a time-series of length three. Series ```z``` is a string-values series holding some date strings. These date strings are cast to the ISO8601 format.

```
nulldata 6
Expand Down

0 comments on commit c0646e3

Please sign in to comment.