From 64a3522acac1f96115f6d8aaee15dcb1d5812f5a Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sun, 19 Apr 1998 00:19:48 +0000 Subject: 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 --- calendar/timeutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/timeutil.h') 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); -- cgit