diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 08:19:48 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 08:19:48 +0800 |
commit | 64a3522acac1f96115f6d8aaee15dcb1d5812f5a (patch) | |
tree | 639108aa317ae9e8f8057d2f02c03253540a93f3 /calendar/timeutil.h | |
parent | 24f0de634028297d3647779cffa082f8ff6a230a (diff) | |
download | gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.gz gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.bz2 gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.lz gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.xz gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.zst gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.zip |
Update spanish translation for the Calendar.
Update spanish translation for the Calendar.
Added command line handling to the calendar program. You can now
display your appointments for any given date from the command line
wihtout running X.
Added CVS's `getdate'. This is a date parser for a bunch of formats.
Internationalized getdate. You can even type date descriptions in
your native language.
Miguel.
svn path=/trunk/; revision=159
Diffstat (limited to 'calendar/timeutil.h')
-rw-r--r-- | calendar/timeutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/timeutil.h b/calendar/timeutil.h index df2862b37f..8bced60f39 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -35,6 +35,7 @@ time_t time_day_hour (time_t t, int hour); time_t time_year_begin (int year); time_t time_year_end (int year); time_t time_week_begin (time_t t); +time_t parse_date (char *str); void print_time_t (time_t t); |