Use a slightly shorter date string for Info tab

This way the spacing of the elements looks nicer.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-31 17:59:01 +10:00
parent 5c2a2691fd
commit 9a65798daf
3 changed files with 22 additions and 3 deletions

View file

@ -26,6 +26,7 @@ extern void upload_all_dives_divelogs_cb();
/* divelist core logic functions */
extern void process_dives(bool imported, bool prefer_imported);
extern char *get_dive_date_string(timestamp_t when);
extern char *get_short_dive_date_string(timestamp_t when);
extern char *get_trip_date_string(timestamp_t when, int nr);
extern char *get_nitrox_string(struct dive *dive);
extern void clear_trip_indexes(void);